/[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 14 - (show annotations) (download)
Tue Oct 26 19:45:44 2010 UTC (13 years, 5 months ago) by misc
File size: 142 byte(s)
- add a timezone module

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

  ViewVC Help
Powered by ViewVC 1.1.30