summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-05-28 09:22:35 -0400
committerJesse Luehrs <doy@tozt.net>2024-05-28 09:22:35 -0400
commit2d29e29baab16bc2676a96f7ffe0af8c5bf7b267 (patch)
tree9d48ae7e51b3cf2c670027b6f2765fa9f558ee9e /modules/tozt/manifests
parentf6930f29a666f10980eae1d543d01535ecba8d44 (diff)
downloadpuppet-tozt-main.tar.gz
puppet-tozt-main.zip
Revert "simplify again"HEADmain
This reverts commit f6930f29a666f10980eae1d543d01535ecba8d44.
Diffstat (limited to 'modules/tozt/manifests')
-rw-r--r--modules/tozt/manifests/backups.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/tozt/manifests/backups.pp b/modules/tozt/manifests/backups.pp
index c0632bb..12b9be8 100644
--- a/modules/tozt/manifests/backups.pp
+++ b/modules/tozt/manifests/backups.pp
@@ -4,7 +4,7 @@ class tozt::backups {
require => Service["tailscaled"];
}
class { 'restic::remote':
- extra_paths => ['/media/persistent'],
- require => Service["tailscaled"];
+ extra_paths => ['/media/persistent'];
}
+ Service["tailscaled"] -> Exec["restic init"]
}