diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/web.pp | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |