diff options
Diffstat (limited to 'code/environments/production/manifests')
-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 { |