/[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 15 by misc, Tue Oct 26 19:52:34 2010 UTC revision 16 by misc, Tue Oct 26 21:48:15 2010 UTC
# Line 1  Line 1 
1  define timezone() {  
2    class timezone {
3      file { "/etc/localetime":      file { "/etc/localetime":
4          ensure => link,          ensure => "/usr/share/zoneinfo/$name"
         target => "/usr/share/zoneinfo/$name"  
5      }      }
6  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.30