Puppet Class: passwords::osm

Defined in:
spec/fixtures/private/modules/passwords/manifests/init.pp

Overview



315
316
317
318
319
320
321
322
323
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 315

class passwords::osm {
    $replication_pass = 'hi'
    $osm_password = 'ciao'
    $kolossos_password = 'salut'
    $aude_password = 'hallo'
    $planemad_password = 'ola'
    $ganglia_user = 'yougotafight'
    $ganglia_pass = 'foryourright'
}