diff options
Diffstat (limited to 'manifests/site.pp')
-rw-r--r-- | manifests/site.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp index adb1c11..925cdad 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -68,6 +68,13 @@ class itzks-systems-workstation { } } +class itzks-systems-common { + package { 'itzks-systems-common': + ensure => 'latest', + } +} + + class fsautoresizetab { file { '/etc/fsautoresizetab': ensure => 'present', @@ -97,6 +104,7 @@ node "all_hosts" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'login_manager': } + class { 'itzks-systems-common': } # settings appropriate for workstation hosts class { 'apt::unattended_upgrades': @@ -125,6 +133,7 @@ node "all_servers" { class { 'ssh_pubkeys_admins': } class { 'ssh_pubkeys_firedadmins': } class { 'ssh_pubkeys_backupserver': } + class { 'itzks-systems-common': } } node "disklserver.intern" inherits "all_servers" { |