From 1e8a537468980bce1e55e5152b6a256d298eed9d Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Wed, 25 May 2016 08:27:46 -0700 Subject: [PATCH] (maint) Switches nanliu-staging dependency to puppet-staging --- .fixtures.yml | 2 +- metadata.json | 2 +- spec/spec_helper_acceptance.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 10a951d..f919178 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -1,6 +1,6 @@ fixtures: repositories: "stdlib": "https://github.com/puppetlabs/puppetlabs-stdlib" - "staging": "https://github.com/nanliu/puppet-staging" + "staging": "https://github.com/voxpupuli/puppet-staging" symlinks: "mysql": "#{source_dir}" diff --git a/metadata.json b/metadata.json index 933d6ae..42a8b70 100644 --- a/metadata.json +++ b/metadata.json @@ -9,7 +9,7 @@ "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "dependencies": [ {"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": [ { diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index c6908ea..07e19bd 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -49,7 +49,7 @@ RSpec.configure do |c| else on host, puppet('module','install','puppetlabs-stdlib','--version','3.2.0') on host, puppet('module','install','stahnma/epel') - on host, puppet('module','install','nanliu/staging') + on host, puppet('module','install','puppet/staging') end end end