Skip to content

Commit

Permalink
Tested that older versions of concat allow EL7 to work. FOrced usage …
Browse files Browse the repository at this point in the history
…of older concat via dependencies until such a time as Puppetlabs fix concat.
  • Loading branch information
kemra102 committed May 31, 2015
1 parent 7541c61 commit 5ee75ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kemra102-auditd",
"version": "1.0.1",
"version": "1.0.2",
"author": "kemra102",
"summary": "Manage the audit daemon and it's rules.",
"license": "BSD-2-Clause",
Expand All @@ -11,19 +11,19 @@
"operatingsystem_support": [
{
"operatingsystem":"RedHat",
"operatingsystemrelease":[ "5", "6" ]
"operatingsystemrelease":[ "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6" ]
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [ "5", "6" ]
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "5", "6" ]
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "Amazon"
Expand Down Expand Up @@ -59,6 +59,6 @@
],
"dependencies": [
{"name":"puppetlabs-stdlib","version_requirement":">= 3.2.0"},
{"name":"puppetlabs-concat","version_requirement":">= 1.1.0"}
{"name":"puppetlabs-concat","version_requirement":">= 1.1.0 <= 1.2.2"}
]
}

0 comments on commit 5ee75ba

Please sign in to comment.