summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-21 04:03:58 -0500
commita6a24c9dd286280e99bbaf283c94567b9bf58ac2 (patch)
tree95ca3306b5a1977dd2a215288e34a5ca47ff7b5d /modules/tozt
parentee0d27afc5dd9ed3b02cdf6b36e2904c0f46ff7f (diff)
downloadpuppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.tar.gz
puppet-tozt-a6a24c9dd286280e99bbaf283c94567b9bf58ac2.zip
remove algo
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/backups.pp2
-rw-r--r--modules/tozt/manifests/operatingsystem.pp1
2 files changed, 1 insertions, 2 deletions
diff --git a/modules/tozt/manifests/backups.pp b/modules/tozt/manifests/backups.pp
index 086de4e..28b3d0d 100644
--- a/modules/tozt/manifests/backups.pp
+++ b/modules/tozt/manifests/backups.pp
@@ -1,6 +1,6 @@
class tozt::backups {
class { 'borgmatic':
extra_paths => ['/media/persistent'],
- require => Service["wg-quick@algo"];
+ require => Service["tailscaled"];
}
}
diff --git a/modules/tozt/manifests/operatingsystem.pp b/modules/tozt/manifests/operatingsystem.pp
index 18e801e..e62376d 100644
--- a/modules/tozt/manifests/operatingsystem.pp
+++ b/modules/tozt/manifests/operatingsystem.pp
@@ -1,5 +1,4 @@
class tozt::operatingsystem {
include reflector
include tailscale
- include wireguard
}