aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/blog/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index 5331f2e9..98f8618a 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -5,7 +5,7 @@ class blog {
include apache::mod_php
include mysql
- package { ['wget','mod_rewrite','php-mysql']:
+ package { ['wget','php-mysql']:
ensure => installed
}