Puppet Class: passwords::yubiauth
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
428 429 430 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 428
class passwords::yubiauth {
$api_key = 'notreally'
}
|