Puppet Class: abi::conf
- Defined in:
- manifests/conf.pp
Overview
1 2 3 4 5 6 7 8 |
# File 'manifests/conf.pp', line 1
class abi::conf (
String $server_url,
String $authtoken,
Optional[String] $org = undef,
Optional[String] $certificate = undef,
OPtional[Boolean] $initialized = false
) {
}
|