claranet-timezone

Configure the timezone on various Linux distributions


Keywords
timezone, linux
License
Apache-2.0
Install
puppet module install claranet-timezone --version 2.0.1

Documentation

puppet-timezone

Build Status Puppet Forge Forge Downloads

Table of Contents

  1. Overview
  2. Usage
  3. Limitations
  4. Development

Overview

A very basic Puppet module to set the timezone.

Usage

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

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

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

Limitations

Supported Operating Systems

  • Debian/Ubuntu
  • CentOS/RHEL
  • Archlinux
  • Amazon Linux
  • SUSE
  • Gentoo

Development

  • Copyright (C) 2013 Bashton Ltd
  • Copyright (C) 2017 Claranet
  • Distributed under the terms of the Apache License v2.0 - see LICENSE file for details.