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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2567 - (show annotations) (download)
Sat Mar 17 11:27:13 2012 UTC (12 years, 1 month ago) by misc
File size: 580 byte(s)
refactor directory creation

1 class bcd::base {
2 include sudo
3 include bcd
4
5 group { $bcd::login: }
6
7 user { $bcd::login:
8 home => $bcd::home,
9 managehome => true,
10 comment => 'User for creating ISOs',
11 }
12
13 file { [$bcd::public_isos, '/var/lib/bcd']:
14 ensure => directory,
15 owner => $bcd::login,
16 group => $bcd::login,
17 mode => '0755',
18 }
19
20 # svn version is used for now
21 #package { bcd: }
22
23 $isomakers_group = 'mga-iso_makers'
24 sudo::sudoers_config { 'bcd':
25 content => template('bcd/sudoers.bcd')
26 }
27 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30