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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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  }  }

Legend:
Removed from v.14  
changed lines
  Added in v.15

  ViewVC Help
Powered by ViewVC 1.1.30