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

Contents of /puppet/modules/timezone/manifests/timezone.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2652 - (show annotations) (download)
Mon Mar 19 22:02:45 2012 UTC (12 years, 1 month ago) by misc
File size: 137 byte(s)
make module puppet-lint compliant
1 define timezone::timezone() {
2 file { '/etc/localtime':
3 ensure => link,
4 target => "/usr/share/zoneinfo/$name"
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30