From 4bcd51756083ef3032cee08f5dc39d5adda1af3c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 17 Mar 2012 12:03:44 +0000 Subject: ensure => installed is the default value, and reindent the list to see more easyly if there is a change in one package --- modules/blog/manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules') 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", -- cgit v1.2.1