diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-20 12:42:24 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-20 12:42:24 +0200 |
commit | 9f1653b4b9b75e328c3811b7d46d00f78d6b70d0 (patch) | |
tree | 5a6c89cd5634b46f3f845e4c243a04872ea769a4 /code | |
parent | b88b15984d1a8aa603317806049eeb8395efaddf (diff) | |
download | puppet.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')
-rw-r--r-- | code/environments/production/manifests/site.pp | 3 |
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 { |