summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-10 12:31:59 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-01-10 12:32:05 +0100
commitada6a0550ad23a89778d4613813ae4c6a1519c3b (patch)
tree9f1de8c57276aed30211ea1cd9c59418f4e47619 /manifests
parentf390b5ac382462f38f6db404fdb79c06286d08a1 (diff)
downloadpuppet.FWSECK-ada6a0550ad23a89778d4613813ae4c6a1519c3b.tar.gz
puppet.FWSECK-ada6a0550ad23a89778d4613813ae4c6a1519c3b.tar.bz2
puppet.FWSECK-ada6a0550ad23a89778d4613813ae4c6a1519c3b.zip
APT: Also assure latest version of itzks-systems-workstation to be installed.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/site.pp6
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':