Puppet Class: passwords::graphite

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

Overview



277
278
279
280
281
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 277

class passwords::graphite {
    $user = 'admin'
    $pass = 'this_isnt_a_real_password'
    $secret_key = 'q(i4#l43x&5+o_ckyz#+#v_k934@cj0xi3qi80#)72imf#_jf^'
}