Skip to content

Rocco83/attachmentgenie-timezone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.8%
  • Puppet 45.2%