From c5a87864b4068970de6add54ab3f6517b2f3b8e0 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 12 Jun 2015 16:30:44 -0700 Subject: [PATCH] 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 --- modules.env | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.env b/modules.env index b9d1e9d44d..46a2418dbd 100644 --- a/modules.env +++ b/modules.env @@ -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"