summaryrefslogtreecommitdiffstats
path: root/manifests/00global.pp
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-15 01:22:26 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-15 01:22:26 -0500
commitbceb619f081ee2a8b508e1ed47c7506aa3ed17cf (patch)
tree2a0c3b97c7c541bb8aef6fc0e3b226b6de0e940a /manifests/00global.pp
parent69db44bec5bdf316b83ce2daef37e9a63859b0ed (diff)
downloadpuppet-tozt-bceb619f081ee2a8b508e1ed47c7506aa3ed17cf.tar.gz
puppet-tozt-bceb619f081ee2a8b508e1ed47c7506aa3ed17cf.zip
move a couple things into globals
instead of threading them through to everywhere individually
Diffstat (limited to 'manifests/00global.pp')
-rw-r--r--manifests/00global.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/00global.pp b/manifests/00global.pp
new file mode 100644
index 0000000..032a427
--- /dev/null
+++ b/manifests/00global.pp
@@ -0,0 +1,5 @@
+$default_user = 'doy'
+
+Package::Makepkg {
+ build_user => $default_user,
+}