diff options
Diffstat (limited to 'code')
-rw-r--r-- | code/environments/production/manifests/site.pp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/environments/production/manifests/site.pp b/code/environments/production/manifests/site.pp index ccaa01f..f5ed779 100644 --- a/code/environments/production/manifests/site.pp +++ b/code/environments/production/manifests/site.pp @@ -321,6 +321,12 @@ class ensure_roaming_workstation { match => '^PROFILE=.*', } + file_line { 'debianedu_timesyncd_use_local_ntpserver': + path => '/etc/systemd/timesyncd.conf', + ensure => present, + line => 'NTP=ntp', + match => '^(#|)NTP=.*', + } exec { 'convert_to_profile_roamingworkstation': command => "/usr/sbin/cf-agent -I -D installation", subscribe => File_Line['debianedu_profile_roamingworkstation'], |