diff options
| author | alex <alex@pdp7.net> | 2024-10-03 21:27:27 +0200 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2024-10-03 21:53:19 +0200 |
| commit | 5444de9d19d3882425024f47b525316817d0672f (patch) | |
| tree | f57c15e96b4fac69cf51ab54533a7e6d01c63df7 /personal_infra/puppet/site/ws.h1.int.pdp7.net.pp | |
| parent | 67a5c912f385f68485ec8c16d32fa581c1ace4ad (diff) | |
Add workstation class, refactor
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.pp | 3 |
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':} } |
