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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2559 - (show annotations) (download)
Sat Mar 17 11:05:25 2012 UTC (12 years, 1 month ago) by misc
File size: 101 byte(s)
split base from init.pp, and simplify the variable declaration and lookup
by merging bcd::variable with the main class (so we can directly say bcd::login instead of using 
bcd::variable )

1 class bcd {
2 $login = 'bcd'
3 $home = '/home/bcd'
4 $public_isos = "$home/public_html/isos"
5 }

  ViewVC Help
Powered by ViewVC 1.1.30