/[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 1567 by boklm, Mon Apr 18 10:00:07 2011 UTC revision 1568 by boklm, Fri Apr 22 18:17:01 2011 UTC
# Line 389  class buildsystem { Line 389  class buildsystem {
389          }          }
390      }      }
391    
392        # A script to copy on valstar the 2010.1 rpms built on jonund
393        class sync20101 inherits base {
394           file { "/usr/local/bin/sync2010.1":
395               ensure => present,
396               owner => root,
397               group => root,
398               mode => 755,
399               content => template("buildsystem/sync2010.1"),
400           }
401        }
402    
403        # a script to build 2010.1 packages. used on jonund
404      class iurt20101 inherits base {      class iurt20101 inherits base {
405         file { "/usr/local/bin/iurt2010.1":         file { "/usr/local/bin/iurt2010.1":
406             ensure => present,             ensure => present,

Legend:
Removed from v.1567  
changed lines
  Added in v.1568

  ViewVC Help
Powered by ViewVC 1.1.30