/
[adm]
/
puppet
/
modules
/
timezone
/
manifests
/
init.pp
Contents of /puppet/modules/timezone/manifests/init.pp
Parent Directory
|
Revision Log
Revision
41
- (
show annotations
) (
download
)
Wed Oct 27 15:13:50 2010 UTC
(12 years, 11 months ago) by
misc
File size: 103 byte(s)
- fix wrong filename
1
2
class timezone {
3
file { "/etc/localtime":
4
ensure => "/usr/share/zoneinfo/$name"
5
}
6
}
ViewVC Help
Powered by
ViewVC 1.1.28