diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-11 14:34:02 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-11 14:34:02 +0000 |
commit | 7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0 (patch) | |
tree | 5550bfffd3832d8a5987f898cad132db06e47867 /modules/planet/manifests | |
parent | a5184a8efa0f22ee95a572db26a51e3b4973c6bf (diff) | |
download | puppet-7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0.tar puppet-7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0.tar.gz puppet-7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0.tar.bz2 puppet-7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0.tar.xz puppet-7c4ec6bdfffb3a5adb51a1341ec0129080e66aa0.zip |
- remove comment, as this was done
Diffstat (limited to 'modules/planet/manifests')
-rw-r--r-- | modules/planet/manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/planet/manifests/init.pp b/modules/planet/manifests/init.pp index 90ea8c29..8d1ea2b8 100644 --- a/modules/planet/manifests/init.pp +++ b/modules/planet/manifests/init.pp @@ -1,5 +1,4 @@ #TODO: -# - add the creation of the user 'planet' in puppet # - add the user 'planet' to the 'apache' group (usermod -a -G apache blog) class planet { user { "planet": |