#191: Configure Time Synchronization Across Servers Using Puppet - Jenrite/OE2-project-group-B GitHub Wiki

Configure Time Synchronization Across Servers Using Puppet

image

Creating file path for NTP with a init.pp file placed in the manifests folder

image

The init.pp file's content's the hostname for the management VM is updated from the placeholder in the lab

image

The ntp config file, contains the code from the same file in github

image

Updating site.pp so our other VMs install ntp_service

image

Using sudo puppet agent --server=mgmt-b --no-daemonize --verbose --onetime to apply the module, I carried this out for all VMs

image image

NTP service running on both mgmt & apps VMs

image

Sync with NTP server