Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
[blacksmith] Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Feb 22, 2015
1 parent c21b76d commit 2e8296e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,30 @@
{
"name": "tobru-knot",
"version": "1.0.0",
"version": "1.0.1",
"author": "tobru",
"summary": "Manage and configure Knot DNS",
"license": "BSD-3-Clause",
"source": "https://github.com/tobru/puppet-knot",
"project_page": "https://github.com/tobru/puppet-knot",
"issues_url": "https://github.com/tobru/puppet-knot/issues",
"tags": [ "knot", "dns", "network" ],
"tags": [
"knot",
"dns",
"network"
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">=3.2.0 <5.0.0" }
{
"name": "puppetlabs/stdlib",
"version_requirement": ">=3.2.0 <5.0.0"
}
],
"operatingsystem_support": [
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"12.04",
"14.04"
]
}
]
}

0 comments on commit 2e8296e

Please sign in to comment.