Puppet Class: jboss::internal::runtime::node

Defined in:
manifests/internal/runtime/node.pp

Overview

Parameters:

  • username (Any) (defaults to: undef)
  • password (Any) (defaults to: undef)


1
2
3
4
5
6
# File 'manifests/internal/runtime/node.pp', line 1

class jboss::internal::runtime::node (
  $username           = undef,
  $password           = undef,
) {

}