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, 3 insertions, 11 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 2aa1bc6..4c64046 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -1,17 +1,9 @@
node 'tozt', 'tozt.localdomain' {
- $persistent_data = '/media/persistent'
- include tozt::persistent
- Class['tozt::persistent'] -> Class['base']
-
- class { 'base':
- extra_script => "
- (cd /home/doy/coding/metabase-utils && git pull)
- (sudo podman pull docker.io/vaultwarden/server)
- ";
- }
-
+ include base
include tozt::operatingsystem
+ include tozt::persistent
Class['tozt::operatingsystem'] -> Package<| provider == "pacman" |>
+ Class['tozt::persistent'] -> Class['base']
include tozt::backups
include tozt::bitwarden