summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/init.pp')
-rw-r--r--modules/tozt/manifests/init.pp18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/tozt/manifests/init.pp b/modules/tozt/manifests/init.pp
new file mode 100644
index 0000000..b13c4cd
--- /dev/null
+++ b/modules/tozt/manifests/init.pp
@@ -0,0 +1,18 @@
+class tozt {
+ 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::pass
+ include tozt::site
+ include tozt::services
+ include tozt::tools
+ include tozt::vpn
+}