Manage the BDII grid information system.
Documentation for BDII is available here
To use a bdii resource, it should be enough to simply:
include bdii
To manage site bdii, it is expected that hiera should be used to configure the sitebdii parameters, however it is in theory possible to modify the defaults in params.pp if this is more convenient.
manage_firewallDefaults to true.log_leveldefaults toDEBUGportdefaults to2170userdefaultsldapslapdconfdefaults to/etc/bdii/bdii/bdii-slapd.confdelete_delaydefaults to `/deleted$selinuxdefaults totrue
Previously all configurations could be specified by setting e.g.
bdii::params::site_name within hiera. These are all now class parameters
so this one should be bdii::site_name for instance.
Eventually support for settings via the params.pp will be removed.
