aboutsummaryrefslogtreecommitdiffstats
path: root/modules/planet
diff options
context:
space:
mode:
Diffstat (limited to 'modules/planet')
-rw-r--r--modules/planet/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp
index 8d08ec46..bf46b436 100644
--- a/modules/planet/manifests/init.pp
+++ b/modules/planet/manifests/init.pp
@@ -1,7 +1,7 @@
class planet {
user { "planet":
groups => apache,
- comment => "This user is used for planet",
+ comment => "User running cronjob and deploying planet software",
ensure => present,
managehome => true,
}