aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/blog/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/blog/manifests/init.pp b/modules/blog/manifests/init.pp
index e27d8e6e..411214e0 100644
--- a/modules/blog/manifests/init.pp
+++ b/modules/blog/manifests/init.pp
@@ -1,7 +1,8 @@
class blog {
+
user { "blog":
groups => apache,
- comment => "This user is used for blog.mageia.org",
+ comment => "User running cron jobs for blog",
ensure => present,
managehome => true,
}