/[adm]/puppet/modules/timezone/manifests/init.pp
ViewVC logotype

Contents of /puppet/modules/timezone/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations) (download)
Wed Oct 27 15:13:50 2010 UTC (13 years, 6 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.30