/[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 16 - (show annotations) (download)
Tue Oct 26 21:48:15 2010 UTC (13 years, 5 months ago) by misc
File size: 104 byte(s)
- better use a class than a define, as a class will be created only once
1
2 class timezone {
3 file { "/etc/localetime":
4 ensure => "/usr/share/zoneinfo/$name"
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30