summaryrefslogtreecommitdiff
path: root/code/environments
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-20 12:42:24 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-04-20 12:42:24 +0200
commit9f1653b4b9b75e328c3811b7d46d00f78d6b70d0 (patch)
tree5a6c89cd5634b46f3f845e4c243a04872ea769a4 /code/environments
parentb88b15984d1a8aa603317806049eeb8395efaddf (diff)
downloadpuppet.KATH-9f1653b4b9b75e328c3811b7d46d00f78d6b70d0.tar.gz
puppet.KATH-9f1653b4b9b75e328c3811b7d46d00f78d6b70d0.tar.bz2
puppet.KATH-9f1653b4b9b75e328c3811b7d46d00f78d6b70d0.zip
Ensure that nm-applet is the latest version (most likely being pulled in from Arctica Project's debian-extras repo).
Diffstat (limited to 'code/environments')
-rw-r--r--code/environments/production/manifests/site.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp
index 481cc79..5d9b369 100644
--- a/code/environments/production/manifests/site.pp
+++ b/code/environments/production/manifests/site.pp
@@ -74,6 +74,9 @@ class itzks_systems_workstation {
package { 'nscd':
ensure => 'purged',
}
+ package { 'network-manager-gnome':
+ ensure => 'latest',
+ }
}
class itzks_systems_mainserver {