From 3825ffd2a080b79c0a30717fc33cc70c4cad840e Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 15 Apr 2023 01:39:09 +0200 Subject: site.pp: Ensure latest for 'ntp' in itzks_systems_common class. --- code/environments/production/manifests/site.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'code/environments') diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index 166125a..59b7923 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -121,6 +121,9 @@ class itzks_systems_workstation { package { 'itzks-systems-workstation': ensure => 'latest', } + package { 'ntp': + ensure => 'latest', + } } class itzks_systems_roamingworkstation { -- cgit v1.2.3