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