diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-15 01:39:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-04-15 01:39:09 +0200 |
commit | 3825ffd2a080b79c0a30717fc33cc70c4cad840e (patch) | |
tree | 611a9fef948932d44c21232f215610402a750ba8 | |
parent | 16d919073a2616f2b1f60ac29560d5cb5e8595a0 (diff) | |
download | puppet.LW-3825ffd2a080b79c0a30717fc33cc70c4cad840e.tar.gz puppet.LW-3825ffd2a080b79c0a30717fc33cc70c4cad840e.tar.bz2 puppet.LW-3825ffd2a080b79c0a30717fc33cc70c4cad840e.zip |
site.pp: Ensure latest for 'ntp' in itzks_systems_common class.
-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 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 { |