summaryrefslogtreecommitdiff
path: root/manifests/site.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site.pp')
-rw-r--r--manifests/site.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index c01bce9..04ce243 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -69,6 +69,13 @@ class itzks-systems-workstation {
}
}
+class itzks-systems-common {
+ package { 'itzks-systems-common':
+ ensure => 'latest',
+ }
+}
+
+
class fsautoresizetab {
file { '/etc/fsautoresizetab':
ensure => 'present',
@@ -98,6 +105,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" {