diff options
Diffstat (limited to 'code/environments/production/manifests')
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index e514f9e..c822986 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -151,8 +151,8 @@ class itzks_systems_workstation { } } -class itzks_systems_roaming_workstation { - package { 'itzks-systems-roaming-workstation': +class itzks_systems_roamingworkstation { + package { 'itzks-systems-roamingworkstation': ensure => 'latest', } package { 'nscd': @@ -304,7 +304,7 @@ node /(notebook-.*)\.intern$/ { class { 'ssh_pubkeys_firedadmins': } class { 'login_manager': } class { 'itzks_systems_common': } - class { 'itzks_systems_roaming_workstation': } + class { 'itzks_systems_roamingworkstation': } class { 'fsautoresizetab': } class { 'fsautoresizetab_change_usr': } class { 'lsb_release_with_version': } |