Puppet Class: passwords::network
- Defined in:
- spec/fixtures/private/modules/passwords/manifests/init.pp
Overview
156 157 158 |
# File 'spec/fixtures/private/modules/passwords/manifests/init.pp', line 156
class passwords::network {
$snmp_ro_community = ''
}
|