aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site/ws.h1.int.pdp7.net.pp
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/puppet/site/ws.h1.int.pdp7.net.pp')
-rw-r--r--personal_infra/puppet/site/ws.h1.int.pdp7.net.pp3
1 files changed, 2 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 129795d9..5c381ee1 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,8 @@ node 'ws.h1.int.pdp7.net' {
storage_driver => 'zfs',
}
- package {['pipx', 'isync', 'weechat', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion', 'gnutls-utils', 'python3-pip']:}
+ package {['isync', 'gnutls-utils']:}
+ class {'workstation':}
class {'remote_desktop':}
}