/[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 2573 - (show annotations) (download)
Sat Mar 17 12:03:42 2012 UTC (12 years, 1 month ago) by misc
File size: 552 byte(s)
managehome is true by default for our puppet infra
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 comment => 'User for creating ISOs',
10 }
11
12 file { [$bcd::public_isos, '/var/lib/bcd']:
13 ensure => directory,
14 owner => $bcd::login,
15 group => $bcd::login,
16 mode => '0755',
17 }
18
19 # svn version is used for now
20 #package { bcd: }
21
22 $isomakers_group = 'mga-iso_makers'
23 sudo::sudoers_config { 'bcd':
24 content => template('bcd/sudoers.bcd')
25 }
26 }

Properties

Name Value
svn:keywords ID Date Rev

  ViewVC Help
Powered by ViewVC 1.1.30