summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 14:22:47 +0100
committermh <mh@immerda.ch>2009-11-14 14:22:47 +0100
commitd8f394ee80e500c4bafa4f6e61020b3ea4ef1cd4 (patch)
treeb9601342900d6d62cd408ee4bcb9a0570c0d39ab
parent2f2ed8909334758c2af28caa015a9219eac9aad7 (diff)
don't end dir with /
-rw-r--r--manifests/openbsd/defaults.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/openbsd/defaults.pp b/manifests/openbsd/defaults.pp
index d69105e..b2f6d4a 100644
--- a/manifests/openbsd/defaults.pp
+++ b/manifests/openbsd/defaults.pp
@@ -7,7 +7,7 @@ class user::openbsd::defaults {
name_comment => 'Charlie &',
uid => '0',
gid => '0',
- homedir => '/root/',
+ homedir => '/root',
homedir_mode => '0700',
}
}