fpieters / puppet-timezone

Basic Puppet module to set Linux timezone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 53.3%Language:Puppet 33.9%Language:Pascal 7.2%Language:Ruby 5.6%