(maint) Switches nanliu-staging dependency to puppet-staging
This commit is contained in:
parent
9fc34d49f0
commit
1e8a537468
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
fixtures:
|
fixtures:
|
||||||
repositories:
|
repositories:
|
||||||
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib"
|
"stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib"
|
||||||
"staging": "https://github.com/nanliu/puppet-staging"
|
"staging": "https://github.com/voxpupuli/puppet-staging"
|
||||||
symlinks:
|
symlinks:
|
||||||
"mysql": "#{source_dir}"
|
"mysql": "#{source_dir}"
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
|
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
|
||||||
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"}
|
{"name":"puppet/staging","version_requirement":">= 1.0.1 < 2.0.0"}
|
||||||
],
|
],
|
||||||
"operatingsystem_support": [
|
"operatingsystem_support": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -49,7 +49,7 @@ RSpec.configure do |c|
|
||||||
else
|
else
|
||||||
on host, puppet('module','install','puppetlabs-stdlib','--version','3.2.0')
|
on host, puppet('module','install','puppetlabs-stdlib','--version','3.2.0')
|
||||||
on host, puppet('module','install','stahnma/epel')
|
on host, puppet('module','install','stahnma/epel')
|
||||||
on host, puppet('module','install','nanliu/staging')
|
on host, puppet('module','install','puppet/staging')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue