Parent Directory
|
Revision Log
|
Patch
revision 14 by misc, Tue Oct 26 19:45:44 2010 UTC | revision 15 by misc, Tue Oct 26 19:52:34 2010 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | define timezone( $tz = "GMT" ) { | define timezone() { |
2 | file { "/etc/localetime": | file { "/etc/localetime": |
3 | ensure => link, | ensure => link, |
4 | target => "/usr/share/zoneinfo/$tz" | target => "/usr/share/zoneinfo/$name" |
5 | } | } |
6 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.28 |