Puppet Time Zone
Puppet Enterprise 3.3.2 + CentOS 6.5
A. cd /opt/puppet/share/puppet-dashboard
B. /opt/puppet/bin/rake time:zones:local
2. Change console to use local time zone (Example Auckland)
A. cd /opt/puppet/share/puppet-dashboard/config
B. vi setting.yml
Change from
time_zone: 'xxxx'
to
time_zone: 'Auckland'
3. Restart the console service;
/etc/init.d/pe-puppet-dashboard-workers restart
4. Re-login the cosole to check the change
Comments
Post a Comment