diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/subsystems/websites.pp | 5 |
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, } |