aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/websites.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-12-05 18:54:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-12-05 18:54:41 -0200
commitb2be801892a1b4a9f1cde11fe8cb87b63d145ab1 (patch)
tree5e9c6ef8a8d19d1944d2440d0426908b6d950261 /manifests/subsystems/websites.pp
parent6c7d93a539a59bfaf89b2edcf68678d45d7ccb88 (diff)
downloadpuppet-nodo-b2be801892a1b4a9f1cde11fe8cb87b63d145ab1.tar.gz
puppet-nodo-b2be801892a1b4a9f1cde11fe8cb87b63d145ab1.tar.bz2
Rewrite module already included at apache module
Diffstat (limited to 'manifests/subsystems/websites.pp')
-rw-r--r--manifests/subsystems/websites.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/subsystems/websites.pp b/manifests/subsystems/websites.pp
index 60944a9..206b443 100644
--- a/manifests/subsystems/websites.pp
+++ b/manifests/subsystems/websites.pp
@@ -16,11 +16,6 @@ class websites::setup {
include apache
# The needed apache modules
- apache::module { "rewrite":
- ensure => present,
- }
-
- # The needed apache modules
apache::module { "alias":
ensure => present,
}