nisclient
: nisclient
Manages the NIS client
include nisclient
The following parameters are available in the nisclient
class:
Data type: Stdlib::Fqdn
NIS domain name
Default value: $::facts['domain']
Data type: Stdlib::Host
NIS server hostname or IP
Default value: '127.0.0.1'
Data type: Boolean
On Linux, enable ypbind broadcast mode. If both broadcast
and server
options are specified, broadcast mode will be used.
Default value: false
Data type: String[1]
ensure attribute for NIS client package
Default value: 'installed'
Data type: Variant[Array,String[1]]
Array of NIS client package(s). 'USE_DEFAULTS' will use platform specific defaults provided by the module. Passing a string is deprecated and only available for easier upgrading.
Default value: 'USE_DEFAULTS'
Data type: String[1]
ensure attribute for NIS client service
Default value: 'running'
Data type: String[1]
String name of NIS client service. 'USE_DEFAULTS' will use platform specific defaults provided by the module.
Default value: 'USE_DEFAULTS'