aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0143b295..a069aa2b 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -8,7 +8,7 @@ class blog {
home => "/var/lib/blog",
}
- package { ['wget','php-mysql','nail']:
+ package { ['wget','php-mysql']:
ensure => installed
}