diff options
-rw-r--r-- | modules/blog/manifests/init.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp index 3436dfd0..8a1fcf17 100644 --- a/modules/blog/manifests/init.pp +++ b/modules/blog/manifests/init.pp @@ -14,9 +14,10 @@ class blog { } class files-bots inherits base { - package { ['wget','php-mysql','php-ldap','unzip']: - ensure => installed - } + package { ['wget', + 'php-mysql', + 'php-ldap', + 'unzip']: } file { "check_new-blog-post": path => "/usr/local/bin/check_new-blog-post.sh", |