]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Do not include nodo::utils::storage::archive into nodo::utils::web
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Sep 2013 23:32:29 +0000 (20:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 1 Sep 2013 23:32:29 +0000 (20:32 -0300)
manifests/utils/web.pp

index a375a7ea6f16010fa9fc128e16fbf66bb5d56aa5..fc2c359a067dbb28b16c3839bf0daf7bb4d61ca6 100644 (file)
@@ -5,6 +5,4 @@ class nodo::utils::web inherits nodo::utils::http {
               'g++',     'libcurl4-openssl-dev', 'apache2-prefork-dev' ]:
     ensure => installed,
   }
-
-  include nodo::utils::storage::archive
 }