Puppet Class: passwords::osm
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
319 320 321 322 323 324 325 326 327 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 319
class passwords::osm {
$replication_pass = 'hi'
$osm_password = 'ciao'
$kolossos_password = 'salut'
$aude_password = 'hallo'
$planemad_password = 'ola'
$ganglia_user = 'yougotafight'
$ganglia_pass = 'foryourright'
}
|