/[adm]/puppet/modules/bcd/manifests/base.pp
ViewVC logotype

Diff of /puppet/modules/bcd/manifests/base.pp

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

revision 2560 by misc, Sat Mar 17 11:07:09 2012 UTC revision 2567 by misc, Sat Mar 17 11:27:13 2012 UTC
# Line 10  class bcd::base { Line 10  class bcd::base {
10          comment    => 'User for creating ISOs',          comment    => 'User for creating ISOs',
11      }      }
12    
13      file { $bcd::public_isos:      file { [$bcd::public_isos, '/var/lib/bcd']:
14          ensure => directory,          ensure => directory,
15          owner  => $bcd::login,          owner  => $bcd::login,
16          group  => $bcd::login,          group  => $bcd::login,
# Line 24  class bcd::base { Line 24  class bcd::base {
24      sudo::sudoers_config { 'bcd':      sudo::sudoers_config { 'bcd':
25          content => template('bcd/sudoers.bcd')          content => template('bcd/sudoers.bcd')
26      }      }
   
     file { '/var/lib/bcd':  
         ensure => directory,  
         owner => $bcd::login,  
         group => $bcd::login,  
         mode => '0755',  
     }  
27  }  }
   

Legend:
Removed from v.2560  
changed lines
  Added in v.2567

  ViewVC Help
Powered by ViewVC 1.1.30