Skip to content

Commit

Permalink
Fix ntp location
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibbins committed Mar 10, 2021
1 parent 4cde669 commit 8ec2445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/provisioning-tools/home/image_builders/puppetserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"\n" \
"echo 'running ntpdate...' | logger\n" \
"/etc/init.d/ntp stop | logger 2>&1\n" \
"/usr/sbin/ntpdate -s ci-1.youdevise.com | logger 2>&1\n" \
"/usr/sbin/ntpdate -s ntp | logger 2>&1\n" \
"/etc/init.d/ntp start | logger 2>&1\n" \
"\n" \
"echo 'mirroring puppet.git...' | logger\n" \
Expand Down

0 comments on commit 8ec2445

Please sign in to comment.