Skip to content

Can we get hosts_allow and host_deny at the share level #57

Description

@thaylin

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; 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions