summaryrefslogtreecommitdiffstats
path: root/modules/conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 01:36:24 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-05 01:36:24 -0400
commit380f400fd0bd7aad4a43af61710eeb64b2312766 (patch)
tree6cc06b478ceabff42b798bc8ede9458b45867311 /modules/conf
parent732a7c04489db5dd4220d4a1973a2d17f8340d93 (diff)
downloadpuppet-tozt-380f400fd0bd7aad4a43af61710eeb64b2312766.tar.gz
puppet-tozt-380f400fd0bd7aad4a43af61710eeb64b2312766.zip
this needs to be a define
Diffstat (limited to 'modules/conf')
-rw-r--r--modules/conf/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/conf/manifests/init.pp b/modules/conf/manifests/init.pp
index 9dff5f9..30159a2 100644
--- a/modules/conf/manifests/init.pp
+++ b/modules/conf/manifests/init.pp
@@ -1,4 +1,4 @@
-class conf {
+define conf {
$user = $name
$home = $user ? {
'root' => '/root',