From: Silvio Rhatto Date: Sun, 1 Sep 2013 23:32:29 +0000 (-0300) Subject: Do not include nodo::utils::storage::archive into nodo::utils::web X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=91250d5107b962eef0b8412e7b1d929f8efc9651;p=puppet-nodo.git Do not include nodo::utils::storage::archive into nodo::utils::web --- diff --git a/manifests/utils/web.pp b/manifests/utils/web.pp index a375a7e..fc2c359 100644 --- a/manifests/utils/web.pp +++ b/manifests/utils/web.pp @@ -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 }