aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-03-02 20:09:02 +0000
committerNicolas Vigier <boklm@mageia.org>2011-03-02 20:09:02 +0000
commitc2c978d4fc497909a14de1a3b1470abfdc965549 (patch)
tree2b0611c2eeab29e17870a0179d07a2bd5fa71096 /modules/blog
parentde59a377f223f4ea7e40261d34385e93b5745244 (diff)
downloadpuppet-c2c978d4fc497909a14de1a3b1470abfdc965549.tar
puppet-c2c978d4fc497909a14de1a3b1470abfdc965549.tar.gz
puppet-c2c978d4fc497909a14de1a3b1470abfdc965549.tar.bz2
puppet-c2c978d4fc497909a14de1a3b1470abfdc965549.tar.xz
puppet-c2c978d4fc497909a14de1a3b1470abfdc965549.zip
update blog user's comment (which is used in From header in emails sent)
Diffstat (limited to 'modules/blog')
-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 a069aa2b..2839ef68 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -2,7 +2,7 @@ class blog {
user { "blog":
groups => apache,
- comment => "User running cron jobs for blog",
+ comment => "Mageia blog",
ensure => present,
managehome => true,
home => "/var/lib/blog",