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

Annotation of /puppet/modules/bcd/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 848 - (hide annotations) (download)
Tue Jan 18 18:42:28 2011 UTC (13 years, 3 months ago) by boklm
File size: 441 byte(s)
ssh_access not needed anymore
1 boklm 765 class bcd {
2 misc 776 class variable {
3     $bcd_login = 'bcd'
4     $bcd_home = '/home/bcd'
5     }
6 boklm 765
7 misc 776 class base inherits variable {
8 boklm 848 include sudo
9 misc 776
10 boklm 765 buildsystem::sshuser { $bcd_login:
11 misc 777 homedir => $bcd_home,
12     comment => "User for creating ISOs",
13 boklm 848 }
14 boklm 765
15 misc 777 package { bcd:
16 boklm 848 ensure => 'installed',
17 misc 777 }
18 boklm 765
19 misc 777 sudo::sudoers_config { "bcd":
20 boklm 848 content => template("bcd/sudoers.bcd")
21 boklm 765 }
22     }
23     }

  ViewVC Help
Powered by ViewVC 1.1.30