aboutsummaryrefslogtreecommitdiffstats
path: root/modules/blog
diff options
context:
space:
mode:
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 a9d81ed3..7f1b3a30 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -7,7 +7,7 @@ class blog {
user { 'blog':
groups => apache,
- comment => 'User to run script checking for new blog post',
+ comment => 'Mageia Blog bot',
home => '/var/lib/blog',
}
}