summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-13 00:29:30 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-13 00:33:24 -0500
commit8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0 (patch)
treeff9193d8d3b5ba3ba150a57c8a41146850587ebc /manifests
parentbf33ac997636c4b6c199cfff1e171ffaff437c91 (diff)
downloadpuppet-tozt-8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0.tar.gz
puppet-tozt-8cbc72093f0f1b100a61a29a9bd38280ee9cfbc0.zip
try moving to manifests and nodes
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp21
1 files changed, 21 insertions, 0 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
new file mode 100644
index 0000000..85e0204
--- /dev/null
+++ b/manifests/tozt.pp
@@ -0,0 +1,21 @@
+node 'tozt.localdomain' {
+ include tozt::users
+
+ Package::Makepkg {
+ build_user => 'doy',
+ }
+
+ Tozt::User['doy'] -> Package::Makepkg<| build_user == 'doy' |>
+
+ include tozt::bootstrap
+ include tozt::backups
+ include tozt::git
+ include tozt::misc
+ include tozt::pass
+ include tozt::paste
+ include tozt::site
+ include tozt::services
+ include tozt::tools
+ include tozt::ttrss
+ include tozt::vpn
+}