Puppet Class: passwords::pdns
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
371 372 373 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 371
class passwords::pdns {
$db_pass = 'dummy'
}
|