Skip to content

bashton-ajenkins/puppet-timezone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Puppet Timezone Module

A very basic Puppet module to set the timezone properly. Works on RHEL/CentOS, Archlinux, Amazon Linux, 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

Packages

No packages published

Languages

  • HTML 49.8%
  • Puppet 44.9%
  • Ruby 5.3%