diff --git a/Puppetfile b/Puppetfile index 480aa30dc..e545e3d4a 100644 --- a/Puppetfile +++ b/Puppetfile @@ -172,7 +172,7 @@ mod 'staging', mod 'apache', :git => 'https://github.com/puppetlabs/puppetlabs-apache', - :ref => '2.0.0' + :ref => '2.1.0' mod 'apt', :git => 'https://github.com/puppetlabs/puppetlabs-apt', @@ -196,7 +196,7 @@ mod 'mongodb', mod 'mysql', :git => 'https://github.com/puppetlabs/puppetlabs-mysql', - :ref => '3.11.0' + :ref => '4.0.1' mod 'postgresql', :git => 'https://github.com/puppetlabs/puppetlabs-postgresql', @@ -204,7 +204,7 @@ mod 'postgresql', mod 'rabbitmq', :git => 'https://github.com/puppetlabs/puppetlabs-rabbitmq', - :ref => '5.6.0' + :ref => 'v7.0.0' mod 'rsync', :git => 'https://github.com/puppetlabs/puppetlabs-rsync', @@ -212,7 +212,7 @@ mod 'rsync', mod 'stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib', - :ref => '4.19.0' + :ref => '4.20.0' mod 'vcsrepo', :git => 'https://github.com/puppetlabs/puppetlabs-vcsrepo', @@ -234,6 +234,10 @@ mod 'dns', :git => 'https://github.com/theforeman/puppet-dns', :ref => '5.0.0' +mod 'archive', + :git => 'https://github.com/voxpupuli/puppet-archive', + :ref => 'v2.0.0' + mod 'corosync', :git => 'https://github.com/voxpupuli/puppet-corosync', :ref => 'v5.0.0'