summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-15 01:39:09 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-15 01:39:09 +0200
commit3825ffd2a080b79c0a30717fc33cc70c4cad840e (patch)
tree611a9fef948932d44c21232f215610402a750ba8
parent16d919073a2616f2b1f60ac29560d5cb5e8595a0 (diff)
downloadpuppet.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.pp3
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 {