From fb6733b8d9113852af7c0863185d286d0a3b8b35 Mon Sep 17 00:00:00 2001 From: Stephan Eicher Date: Tue, 5 Nov 2019 15:50:03 +0100 Subject: [PATCH] maestrodev/wget was moved to vox pupuli --- README.md | 2 +- metadata.json | 4 ++-- spec/spec_helper_acceptance.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e14c7b1..239a0d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Install and configure Sonatype Nexus. ## Requires -* maestrodev/wget +* puppet/wget * puppetlabs/stdlib ## Usage diff --git a/metadata.json b/metadata.json index 13934a6..50ba92d 100644 --- a/metadata.json +++ b/metadata.json @@ -41,8 +41,8 @@ "version_requirement": ">=0.0.0 <5.0.0" }, { - "name": "maestrodev/wget", - "version_requirement": ">=1.0.0 <2.0.0" + "name": "puppet/wget", + "version_requirement": ">=1.0.0 <=2.0.1" } ] } diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index d5742bd..1733c0a 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -23,7 +23,7 @@ shell("/bin/touch #{default['puppetpath']}/hiera.yaml") shell('puppet module install puppetlabs-stdlib', { :acceptable_exit_codes => [0,1] }) shell('puppet module install puppetlabs-java', { :acceptable_exit_codes => [0,1] }) - shell('puppet module install maestrodev-wget', { :acceptable_exit_codes => [0,1] }) + shell('puppet module install puppet-wget', { :acceptable_exit_codes => [0,1] }) end end end