Puppet Class: passwords::etcd

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

Overview



471
472
473
474
475
476
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 471

class passwords::etcd {
    $accounts = {
        'root'     => 'Wikipedia',
        'conftool' => 'another_secret',
    }
}