/[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 969 by boklm, Tue Feb 8 23:46:34 2011 UTC revision 976 by boklm, Wed Feb 9 20:00:33 2011 UTC
# Line 80  class buildsystem { Line 80  class buildsystem {
80          sudo::sudoers_config { "signpackage":          sudo::sudoers_config { "signpackage":
81              content => template("buildsystem/sudoers.signpackage")              content => template("buildsystem/sudoers.signpackage")
82          }          }
83    
84            file { "$sign_home_dir/.rpmmacros":
85                ensure => present,
86                owner => root,
87                group => root,
88                mode => 644,
89                content => template("buildsystem/signbot-rpmmacros")
90            }
91      }      }
92    
93      class scheduler {      class scheduler {

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

  ViewVC Help
Powered by ViewVC 1.1.30