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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1484 by misc, Tue Apr 5 16:13:10 2011 UTC revision 1489 by boklm, Thu Apr 7 18:52:59 2011 UTC
# Line 382  class buildsystem { Line 382  class buildsystem {
382              minute => "*/15",              minute => "*/15",
383          }          }
384      }      }
385    
386        class iurt20101 {
387           include iurt
388           file { "/usr/local/bin/iurt2010.1":
389               ensure => present,
390               owner => root,
391               group => root,
392               mode => 755,
393               source => template("buildsystem/iurt2010.1"),
394           }
395        }
396  }  }

Legend:
Removed from v.1484  
changed lines
  Added in v.1489

  ViewVC Help
Powered by ViewVC 1.1.30