aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-19 22:24:16 +0200
committeralex <alex@pdp7.net>2023-10-19 22:24:16 +0200
commitbb853893d8bf032ad7d6460c2a449241762703d8 (patch)
tree8af20398e5fdc50c732eeab49aaacb952b18efbc
parent3685172d328e33c1bb886b454d207046f0428746 (diff)
Add distrobox to ws.h1
-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 d84ee552..3bc6bdd4 100644
--- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
@@ -4,5 +4,5 @@ node 'ws.h1.int.pdp7.net' {
storage_driver => 'zfs',
}
- package {['pipx', 'isync']:}
+ package {['pipx', 'isync', 'distrobox']:}
}