Puppet Class: passwords::postgres

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

Overview



325
326
327
328
329
330
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 325

class passwords::postgres {
    $replication_pass = 'hi'
    $ganglia_user = 'yougotafight'
    $ganglia_pass = 'foryourright'
    $labsadmin_password = 'toparty'
}