Puppet Class: passwords::netops
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
506 507 508 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 506
class passwords::netops {
$ripeatlas_cli_api_key = 'dummy'
}
|