Puppet Class: passwords::puppet::database
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
115 116 117 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 115
class passwords::puppet::database {
$puppet_production_db_pass = ''
}
|