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