]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Fixing user comments
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jun 2010 02:55:42 +0000 (23:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 8 Jun 2010 02:55:42 +0000 (23:55 -0300)
manifests/server.pp

index 46eadc8b6f7a2e05f95f3a4c527d230b3ef35898..3114b9201c33d2301c6e796e8f671accbb10d0b4 100644 (file)
@@ -171,7 +171,7 @@ class backupninja::server {
               @@user { "$real_user":
                 ensure  => "present",
                 gid     => "$gid",
-                comment => "$name backup sandbox",
+                comment => "$real_user backup sandbox",
                 home    => "$real_dir",
                 managehome => true,
                 shell   => "/bin/sh",
@@ -187,7 +187,7 @@ class backupninja::server {
                 ensure  => "present",
                 uid     => "$uid",
                 gid     => "$gid",
-                comment => "$name backup sandbox",
+                comment => "$real_user backup sandbox",
                 home    => "$real_dir",
                 managehome => true,
                 shell   => "/bin/sh",