Puppet Class: passwords::birdlg
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
504 505 506 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 504
class passwords::birdlg {
$secret_key = 'notsecret'
}
|