Add concat as new dependency
This commit is contained in:
parent
68dd872428
commit
a2b6ba4799
@ -3,6 +3,9 @@ fixtures:
|
|||||||
stdlib:
|
stdlib:
|
||||||
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
|
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
|
||||||
ref: '4.6.0'
|
ref: '4.6.0'
|
||||||
|
concat:
|
||||||
|
repo: 'https://github.com/puppetlabs/puppetlabs-concat.git'
|
||||||
|
ref: '2.2.1'
|
||||||
common:
|
common:
|
||||||
repo: 'https://github.com/ghoneycutt/puppet-module-common.git'
|
repo: 'https://github.com/ghoneycutt/puppet-module-common.git'
|
||||||
ref: 'v1.4.1'
|
ref: 'v1.4.1'
|
||||||
|
@ -88,6 +88,7 @@
|
|||||||
"description": "Manage SSH",
|
"description": "Manage SSH",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
|
{"name":"puppetlabs/stdlib","version_requirement":">= 4.6.0 < 6.0.0"},
|
||||||
|
{"name":"puppetlabs/concat","version_requirement":">= 2.0.0 < 3.0.0"},
|
||||||
{"name":"ghoneycutt/common","version_requirement":">= 1.4.1 < 2.0.0"},
|
{"name":"ghoneycutt/common","version_requirement":">= 1.4.1 < 2.0.0"},
|
||||||
{"name":"puppetlabs/firewall","version_requirement":">= 1.9.0 < 2.0.0"}
|
{"name":"puppetlabs/firewall","version_requirement":">= 1.9.0 < 2.0.0"}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user