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