Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjahn committed Apr 10, 2015
1 parent 3ddf1ac commit 614fcf2
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ajjahn-dns",
"version": "1.1.0",
"version": "1.2.0",
"author": "Adam Jahn",
"summary": "Module for provisioning DNS (bind9)",
"license": "Apache-2.0",
Expand All @@ -10,16 +10,28 @@
"description": "Module for provisioning DNS (bind9)",
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5.0", "6.0" ]
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5.0",
"6.0"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "10.04" ]
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"10.04"
]
}
],
],
"dependencies": [
{"name":"puppetlabs/concat","version_requirement":">=1.0.0 <2.0.0"},
{"name":"puppetlabs/stdlib","version_requirement":">=2.4.0 <6.0.0"}
{
"name": "puppetlabs/concat",
"version_requirement": ">=1.0.0 <2.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=2.4.0 <6.0.0"
}
]
}

0 comments on commit 614fcf2

Please sign in to comment.