aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2023-10-17 22:47:02 +0200
committeralex <alex@pdp7.net>2023-10-17 22:47:10 +0200
commita2a30261a69aa11b7e3bf86f0c92ede3d7135c0c (patch)
tree8d8dcdab9e65f24027af943a267d3148d6d1a29d /personal_infra/puppet/site
parent02a759c4fe19c19ca4fa025d5c94af7908dd6d59 (diff)
Add software
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/ws.h1.int.pdp7.net.pp2
1 files changed, 2 insertions, 0 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 d667839f..d84ee552 100644
--- a/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
@@ -3,4 +3,6 @@ node 'ws.h1.int.pdp7.net' {
user => 'alex',
storage_driver => 'zfs',
}
+
+ package {['pipx', 'isync']:}
}