/[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 976 by boklm, Wed Feb 9 20:00:33 2011 UTC revision 1023 by boklm, Fri Feb 11 19:42:59 2011 UTC
# Line 88  class buildsystem { Line 88  class buildsystem {
88              mode => 644,              mode => 644,
89              content => template("buildsystem/signbot-rpmmacros")              content => template("buildsystem/signbot-rpmmacros")
90          }          }
91    
92            file { "/usr/local/bin/sign-check-package":
93                ensure => present,
94                owner => root,
95                group => root,
96                mode => 755,
97                content => template("buildsystem/sign-check-package")
98            }
99      }      }
100    
101      class scheduler {      class scheduler {

Legend:
Removed from v.976  
changed lines
  Added in v.1023

  ViewVC Help
Powered by ViewVC 1.1.30