aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2026-01-24 09:15:50 +0100
committeralexpdp7 <alex@corcoles.net>2026-01-24 08:16:30 +0000
commite97b47f2a14a546c1f4bbba140d83400cdf6ef54 (patch)
tree351d2d79c8af6f41eba9f29e5e39a23265bf9e25
parent6d184282cdf9598088be0a9de619a207b6c3aeec (diff)
Add borgbackup
-rw-r--r--personal_infra/puppet/site/ws.h1.int.pdp7.net.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
index 5c381ee1..4325d0dc 100644
--- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
@@ -4,7 +4,7 @@ node 'ws.h1.int.pdp7.net' {
storage_driver => 'zfs',
}
- package {['isync', 'gnutls-utils']:}
+ package {['isync', 'gnutls-utils', 'borgbackup']:}
class {'workstation':}
class {'remote_desktop':}