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

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

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

revision 2735 by boklm, Thu Apr 5 21:44:15 2012 UTC revision 2736 by misc, Sat Apr 14 23:45:48 2012 UTC
# Line 7  class buildsystem::repoctl { Line 7  class buildsystem::repoctl {
7          $sectionsrepos = $buildsystem::config::sectionsrepos          $sectionsrepos = $buildsystem::config::sectionsrepos
8          $arches = $buildsystem::config::architectures          $arches = $buildsystem::config::architectures
9    
10          package{'repoctl':          package{ 'repoctl': }
             ensure => installed,  
         }  
11    
12          file {'/etc/repoctl.conf':          file { '/etc/repoctl.conf':
             ensure => present,  
             mode => 644,  
             owner => root,  
             group => root,  
13              content => template('buildsystem/repoctl.conf'),              content => template('buildsystem/repoctl.conf'),
14              require => Package['repoctl'],              require => Package['repoctl'],
15          }          }

Legend:
Removed from v.2735  
changed lines
  Added in v.2736

  ViewVC Help
Powered by ViewVC 1.1.30