diff options
-rw-r--r-- | manifests/site.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index 05c4b75..e2b4e7a 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -69,6 +69,11 @@ class itzks-systems-common { } } +class itzks-systems-workstation { + package { 'itzks-systems-workstations': + ensure => 'latest', + } +} class fsautoresizetab { file { '/etc/fsautoresizetab': @@ -92,6 +97,7 @@ node "all_hosts" { class { 'ssh_pubkeys_firedadmins': } class { 'login_manager': } class { 'itzks-systems-common': } + class { 'itzks-systems-workstation': } # # settings appropriate for workstation hosts # class { 'apt::unattended_upgrades': |