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