diff options
Diffstat (limited to 'code/environments/production')
-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 307462c..9d0061d 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -216,6 +216,9 @@ class itzks_systems_workstation { } class itzks_systems_roamingworkstation { + package { 'itzks-systems-workstation': + ensure => 'latest', + } package { 'itzks-systems-roamingworkstation': ensure => 'latest', } |