aboutsummaryrefslogtreecommitdiffstats
path: root/modules/timezone/manifests/init.pp
blob: 5703b04fab0b999757348b6e3ce5fab838757ff3 (plain)
1
2
3
4
5
6

class timezone {
    file { "/etc/localtime": 
        ensure => "/usr/share/zoneinfo/$name" 
    }
}