A very basic Puppet module to set the timezone.
class { 'timezone':
region => 'Europe',
locality => 'London',
}
Or you can simply include timezone and set the details via hiera:
timezone::region: 'Europe'
timezone::locality: 'London'
- Debian/Ubuntu
- CentOS/RHEL
- Archlinux
- Amazon Linux
- SUSE
- Gentoo
- Copyright (C) 2013 Bashton Ltd
- Copyright (C) 2017 Claranet
- Distributed under the terms of the Apache License v2.0 - see LICENSE file for details.