Set timezone to UTC on servers
Change-Id: I1b53d6bd7e51ea5be23a213a16b4ecaef04ad7a4
This commit is contained in:
parent
aba3bad937
commit
bb3171031a
@ -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/puppetlabs/puppetlabs-stdlib"]="4.3.2"
|
||||||
SOURCE_MODULES["https://github.com/rafaelfelix/puppet-pear"]="1.0.3"
|
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-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/stankevich/puppet-python"]="1.9.4"
|
||||||
SOURCE_MODULES["https://github.com/vamsee/puppet-solr"]="0.0.8"
|
SOURCE_MODULES["https://github.com/vamsee/puppet-solr"]="0.0.8"
|
||||||
|
|
||||||
|
@ -68,6 +68,10 @@ class openstack_project::template (
|
|||||||
rules6 => $iptables_rules6,
|
rules6 => $iptables_rules6,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class { 'timezone':
|
||||||
|
timezone => 'UTC',
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
# Process if ( $high_level_directive ) blocks
|
# Process if ( $high_level_directive ) blocks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user