Can we get those options at the share level or add an optional params feature at the share level?
Optional[Array[String]] $hosts_allow = undef,
Optional[Array[String]] $hosts_deny = undef,
"${title}-hosts allow": target => $target, key => 'hosts allow', value => $hosts_allow;
"${title}-hosts deny": target => $target, key => 'hosts deny', value => $hosts_deny;
Can we get those options at the share level or add an optional params feature at the share level?