1 2 3 4 5 6
define timezone::timezone() { file { '/etc/localtime': ensure => link, target => "/usr/share/zoneinfo/$name" } }