diff options
Diffstat (limited to 'code/environments/production/manifests/site.pp')
-rw-r--r-- | code/environments/production/manifests/site.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index a1a477e..a994d3d 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -223,6 +223,9 @@ class itzks_systems_workstation { package { 'network-manager-gnome': ensure => 'latest', } + package { 'arctica-greeter-guest-session': + ensure => 'purged' + } } class itzks_systems_mainserver { @@ -287,6 +290,10 @@ class ensure_roaming_workstation { ensure => 'latest', } + package { 'arctica-greeter-guest-session': + ensure => 'purged' + } + file_line { 'http_proxy': path => '/etc/environment', line => 'http_proxy="http://webcache:3128"', @@ -302,6 +309,7 @@ class ensure_roaming_workstation { line => 'ftp_proxy="http://webcache:3128"', match => '^ftp_proxy=.*', } + } node "disklserver.intern" { |