aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/web.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-01 20:32:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-01 20:32:29 -0300
commit91250d5107b962eef0b8412e7b1d929f8efc9651 (patch)
tree1fa2d33fe86ecae55968eaac1048cc191f74cfdc /manifests/utils/web.pp
parentfd16495034f504b47616131e348c5506b0773470 (diff)
downloadpuppet-nodo-91250d5107b962eef0b8412e7b1d929f8efc9651.tar.gz
puppet-nodo-91250d5107b962eef0b8412e7b1d929f8efc9651.tar.bz2
Do not include nodo::utils::storage::archive into nodo::utils::web
Diffstat (limited to 'manifests/utils/web.pp')
-rw-r--r--manifests/utils/web.pp2
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
}