summaryrefslogtreecommitdiffstats
path: root/modules/conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-09 00:24:14 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-09 00:24:14 -0400
commit8caa7b4cae5f66e15715ae470170dc4b73e2347e (patch)
tree6c2ad4477f7bd79de2a36fb23c4866e28c118a2d /modules/conf
parentff2df93cafa21d68f85e8be84d4e9c0f33a78ae4 (diff)
downloadpuppet-tozt-8caa7b4cae5f66e15715ae470170dc4b73e2347e.tar.gz
puppet-tozt-8caa7b4cae5f66e15715ae470170dc4b73e2347e.zip
more notes
Diffstat (limited to 'modules/conf')
-rw-r--r--modules/conf/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/conf/manifests/init.pp b/modules/conf/manifests/init.pp
index 816c835..ffcf320 100644
--- a/modules/conf/manifests/init.pp
+++ b/modules/conf/manifests/init.pp
@@ -48,4 +48,6 @@ define conf($user=$name, $home=undef) {
Package::Cargo["fancy-prompt for $user"],
];
}
+
+ # XXX use the right branch
}