Puppet Class: yp
- Inherits:
- yp::params
- Defined in:
- manifests/init.pp
Overview
Class for configuring the YP/NIS domain.
14 15 16 17 18 19 20 |
# File 'manifests/init.pp', line 14
class yp (
String $domain,
Stdlib::Absolutepath $yp_dir = $::yp::params::yp_dir,
) inherits yp::params {
contain yp::config
}
|