Forge Home

timezone

Puppet timezone Module

26,940 downloads

24,167 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.1.1 (latest)
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
released Feb 26th 2015
This version is compatible with:
  • , , ,
This module has been deprecated by its author since May 11th 2021.

Start using this module

Documentation

attachmentgenie/timezone — version 1.1.1 Feb 26th 2015

Build Status

#attachmentgenie/timezone

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with attachmentgenie/timezone
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

##Overview

Module for configuring timezone on your Centos, Debian, Redhat, Ubuntu node.

##Module Description

The module makes sure that the tzdata package is installed and that /etc/timezone is updated.

##Setup

###What attachmentgenie/timezone affects

  • A list of files, packages, services, or operations that the module will alter, impact, or execute on the system it's installed on.
  • This is a great place to stick any warnings.
  • Can be in list or paragraph form.

###Beginning with attachmentgenie/timezone

If you include the timezone class the UTC timezone will be configured:

class { timezone: }

##Usage

You can override the default timezone by including the module with this special syntax:

class { timezone:
  zone => "Europe/Oslo",
}

##Reference

###Classes

####Public Classes

  • timezone: Main class, includes all other classes.

###Parameters

The following parameters are available in the ::timezone class:

####zone

Set what timezone to use on this node. Default value: 'UTC'

##Limitations

Currently there are no know limitations

##Development

Please see CONTRIBUTING for details.