#191: Configure Time Synchronization Across Servers Using Puppet - Jenrite/OE2-project-group-B GitHub Wiki
Configure Time Synchronization Across Servers Using Puppet
Creating file path for NTP with a init.pp file placed in the manifests folder
The init.pp file's content's the hostname for the management VM is updated from the placeholder in the lab
The ntp config file, contains the code from the same file in github
Updating site.pp so our other VMs install ntp_service
Using sudo puppet agent --server=mgmt-b --no-daemonize --verbose --onetime
to apply the module, I carried this out for all VMs
NTP service running on both mgmt & apps VMs
Sync with NTP server