summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {