summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/site.pp13
1 files changed, 11 insertions, 2 deletions
diff --git a/manifests/site.pp b/manifests/site.pp
index b4f95d5..79a3df1 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -63,6 +63,12 @@ class login_manager {
}
}
+class itzks-systems-workstation {
+ package { 'itzks-systems-workstation':
+ ensure => 'latest',
+ }
+}
+
node "all_hosts" {
class { 'ssh_pubkeys_admins': }
class { 'ssh_pubkeys_firedadmins': }
@@ -116,12 +122,15 @@ node "bibserv.intern" inherits "all_servers" {
# Notebooks im Medienwagen
node /notebook-[0-9]{2}\.intern$/ inherits "all_hosts" {
- class { 'anacron_on_battery': }
+ class { 'anacron_on_battery': }
+ class { 'itzks-systems-workstation': }
}
# Bib-Tresen Notebooks
node /bib-tresen-nb.*\.intern$/ inherits "all_hosts" {
- class { 'anacron_on_battery': }
+ class { 'anacron_on_battery': }
+ class { 'itzks-systems-workstation': }
}
# Workstations
node /workstation-.*\.intern$/ inherits "all_hosts" {
+ class { 'itzks-systems-workstation': }
}