Add puppet-community/archive module

The puppet-community/archive module models well the 'wget file, unzip'
pattern. With it, we can formalize our pattern for doing that. Originally was
nanliu/archive.

An example of where this could be used is the 'download-zanata' exec in
the zanata module. It uses wget right now.

http://git.openstack.org/cgit/openstack-infra/puppet-zanata/tree/manifests/init.pp#n74

Change-Id: I002951a492ef25d86b3bfd5df01429edd3da08fd
This commit is contained in:
Spencer Krum 2015-06-12 16:30:44 -07:00 committed by Jeremy Stanley
parent 43f930f41e
commit c5a87864b4
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.2.4"
SOURCE_MODULES["https://github.com/maestrodev/puppet-wget"]="v1.6.0"
SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0"
SOURCE_MODULES["https://github.com/puppet-community/puppet-alternatives"]="0.3.0"
SOURCE_MODULES["https://github.com/puppet-community/puppet-archive"]="0.3.0"
SOURCE_MODULES["https://github.com/puppet-community/puppet-module-puppetboard"]="2.4.0"
SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-apache"]="0.0.4"
SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-apt"]="1.4.2"