Skip to content

AvihayTsayeg/puppet-timezone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Timezone Module

A very basic Puppet module to set the timezone properly. Works on RHEL/CentOS, SUSE, Debian, Ubuntu and Gentoo.

Requires >= Puppet 3.2.0 on Debian and Ubuntu because of a Puppet bug and the way timezone files have been laid out on disk. Works with Puppet 2.7+ on other distros.

Usage

In your manifest:

class { 'timezone': region => 'Europe', locality => 'London', }

Or you can simply include timezone and set the details via hiera:

timezone::region: Europe timezone::locality: London

License

Simplified BSD License

About

Basic Puppet module to set Linux timezone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 89.5%
  • Ruby 10.5%