Set timezone to UTC on servers

Change-Id: I1b53d6bd7e51ea5be23a213a16b4ecaef04ad7a4
This commit is contained in:
James E. Blair 2015-11-20 08:47:15 -08:00
parent aba3bad937
commit bb3171031a
2 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,7 @@ SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-rabbitmq"]="5.2.3"
SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-stdlib"]="4.3.2"
SOURCE_MODULES["https://github.com/rafaelfelix/puppet-pear"]="1.0.3"
SOURCE_MODULES["https://github.com/saz/puppet-memcached"]="v2.6.0"
SOURCE_MODULES["https://github.com/saz/puppet-timezone"]="v3.3.0"
SOURCE_MODULES["https://github.com/stankevich/puppet-python"]="1.9.4"
SOURCE_MODULES["https://github.com/vamsee/puppet-solr"]="0.0.8"

View File

@ -68,6 +68,10 @@ class openstack_project::template (
rules6 => $iptables_rules6,
}
class { 'timezone':
timezone => 'UTC',
}
###########################################################
# Process if ( $high_level_directive ) blocks