summaryrefslogtreecommitdiffstats
path: root/manifests/tozt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/tozt.pp')
-rw-r--r--manifests/tozt.pp14
1 files changed, 2 insertions, 12 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 40d81a4..3c36818 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -1,20 +1,10 @@
node 'tozt.localdomain' {
- $default_user = 'doy'
$persistent_data = '/media/persistent'
-
- Package::Makepkg {
- build_user => $default_user,
- }
-
- Base::User[$default_user] -> Package::Makepkg<| build_user == $default_user |>
-
include tozt::persistent
- class { 'base':
- default_user => $default_user,
- persistent_data => $persistent_data,
- }
Class['tozt::persistent'] -> Class['base']
+ include base
+
include tozt::backups
include tozt::git
include tozt::pass