summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-23 05:10:07 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-23 05:10:07 -0400
commit3f390ba0ba2acbb1605956fc4376eda5c0ca3ef4 (patch)
tree11e3fc5e6ce9050f0d820f1c9f34622b98aff0ed
parenta55827c30d8dc43ec922ce8cd88779886dc51144 (diff)
downloadpuppet-tozt-3f390ba0ba2acbb1605956fc4376eda5c0ca3ef4.tar.gz
puppet-tozt-3f390ba0ba2acbb1605956fc4376eda5c0ca3ef4.zip
setting this to undef doesn't do anything
-rw-r--r--modules/teleterm/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/teleterm/manifests/init.pp b/modules/teleterm/manifests/init.pp
index bee08a2..68fc5de 100644
--- a/modules/teleterm/manifests/init.pp
+++ b/modules/teleterm/manifests/init.pp
@@ -8,7 +8,7 @@ class teleterm($source) {
ensure => present,
gid => "teleterm",
system => true,
- home => undef,
+ home => "/",
require => Group["teleterm"];
}