Puppet Class: passwords::graphite
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
280 281 282 283 284 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 280
class passwords::graphite {
$user = 'admin'
$pass = 'this_isnt_a_real_password'
$secret_key = 'q(i4#l43x&5+o_ckyz#+#v_k934@cj0xi3qi80#)72imf#_jf^'
}
|