Puppet Class: jboss::internal::runtime::node
- Defined in:
- manifests/internal/runtime/node.pp
Overview
1 2 3 4 5 6 |
# File 'manifests/internal/runtime/node.pp', line 1
class jboss::internal::runtime::node (
$username = undef,
$password = undef,
) {
}
|