Skip to content

Instantly share code, notes, and snippets.

@igalic
Created July 4, 2017 10:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igalic/169fdb60777abab86a75388d23e3ce96 to your computer and use it in GitHub Desktop.
Save igalic/169fdb60777abab86a75388d23e3ce96 to your computer and use it in GitHub Desktop.
diff --git a/metadata.json b/metadata.json
index 1e5b260..06c4320 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
{
"name": "puppet-network",
- "version": "0.7.1-rc0",
+ "version": "0.8.0",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "Manage non-volatile network configuration",
@@ -40,7 +40,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
- "version_requirement": ">= 4.6.0 < 5.0.0"
+ "version_requirement": ">= 4.13.1 < 5.0.0"
},
{
"name": "puppet/filemapper",
@@ -58,7 +58,7 @@
"requirements": [
{
"name": "puppet",
- "version_requirement": ">=4.6.1 < 5.0.0"
+ "version_requirement": ">=4.6.1 < 6.0.0"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment