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 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",