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/modules/workstation | |
| parent | 67a5c912f385f68485ec8c16d32fa581c1ace4ad (diff) | |
Add workstation class, refactor
Diffstat (limited to 'personal_infra/puppet/modules/workstation')
| -rw-r--r-- | personal_infra/puppet/modules/workstation/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/personal_infra/puppet/modules/workstation/manifests/init.pp b/personal_infra/puppet/modules/workstation/manifests/init.pp new file mode 100644 index 00000000..cd72027a --- /dev/null +++ b/personal_infra/puppet/modules/workstation/manifests/init.pp @@ -0,0 +1,3 @@ +class workstation { + package {['pipx', 'rclone', 'fuse', 'rsync', 'sshpass', 'bash-completion', 'python3-pip']:} +} |
