summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2007-12-27 11:14:28 +0000
committermh <mh@immerda.ch>2007-12-27 11:14:28 +0000
commit2b83d27dd915fccac2e04dd01f2cc5aea857d033 (patch)
tree6be9cd5def66e87a853449622422fcc0237db4a6
parent9c2dc4d3d595cb9d02247c9458b818376fb4cb47 (diff)
fixed some typo
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 32a036f..90f20e4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -34,7 +34,7 @@ define user::define_user(
user { $name:
allowdupe => false,
- comment => "$real_name_comment"
+ comment => "$real_name_comment",
ensure => present,
gid => $gid,
home => $real_home_dir,