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, 0 insertions, 18 deletions
diff --git a/modules/tozt/manifests/init.pp b/modules/tozt/manifests/init.pp
deleted file mode 100644
index b13c4cd..0000000
--- a/modules/tozt/manifests/init.pp
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-}