/[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 15 - (show annotations) (download)
Tue Oct 26 19:52:34 2010 UTC (13 years, 5 months ago) by misc
File size: 131 byte(s)
- better function 

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

  ViewVC Help
Powered by ViewVC 1.1.30