Forge Home

timezone

Manage system time zone

20,504 downloads

1,327 latest version

3.8 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

  • 4.0.0 (latest)
  • 3.0.0
  • 2.0.0
  • 1.2.1
  • 1.2.0
  • 1.1.1
  • 1.0.1
released Nov 4th 2016
This version is compatible with:
  • Puppet Enterprise >= 3.0.0 < 5.0.0
  • Puppet >= 3.0.0 < 5.0.0
  • , , , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ghoneycutt-timezone', '1.2.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ghoneycutt-timezone
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ghoneycutt-timezone --version 1.2.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

ghoneycutt/timezone — version 1.2.1 Nov 4th 2016

puppet-module-timezone

===

Build Status

Manage system time zone. To use simply include ::timezone. All parameters are documented below. The default timezone is UTC.

===

Compatibility


This module has been tested to work on the following systems with Puppet v3 (with and without the future parser) and v4 with Ruby versions 1.8.7 (Puppet v3 only), 1.9.3, 2.0.0, 2.1.0 and 2.3.1.

  • EL 5
  • EL 6
  • EL 7
  • Debian
  • Ubuntu 12.04 LTS
  • Ubuntu 14.04 LTS

===

Parameters

timezone

The systems default timezone, e.g. 'UTC' or 'Europe/Berlin'. See /usr/share/zoneinfo for available values.

  • Default: 'UTC'

hwclock_utc

Boolean value indicating if the system's hardware clock is UTC (true) or localtime (false). This value is only used on osfamily RedHat.

  • Default: true

arc

Boolean value. False indicates that the normal UNIX epoch is in use. Used by EL 5.

  • Default: undef

srm

Boolean value. False indicates that the normal UNIX epoch is in use. Used by EL 5.

  • Default: undef

===

Contributors

Niklas Grossmann ngrossmann@gmx.net Garrett Honeycutt gh@learnpuppet.com