aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-03-17 12:03:44 +0000
committerMichael Scherer <misc@mageia.org>2012-03-17 12:03:44 +0000
commit4bcd51756083ef3032cee08f5dc39d5adda1af3c (patch)
tree78e4687560063de2d925adcaaaa31c68bb218097 /modules/blog
parent3a96f7064ec68fe936586f64bb01b24f5747329a (diff)
downloadpuppet-4bcd51756083ef3032cee08f5dc39d5adda1af3c.tar
puppet-4bcd51756083ef3032cee08f5dc39d5adda1af3c.tar.gz
puppet-4bcd51756083ef3032cee08f5dc39d5adda1af3c.tar.bz2
puppet-4bcd51756083ef3032cee08f5dc39d5adda1af3c.tar.xz
puppet-4bcd51756083ef3032cee08f5dc39d5adda1af3c.zip
ensure => installed is the default value, and reindent the list to see more easyly if there is a change in one package
Diffstat (limited to 'modules/blog')
-rw-r--r--modules/blog/manifests/init.pp7
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",