Resource Type: htgroup

Defined in:
lib/puppet/type/htgroup.rb
Providers:
parsed

Overview

Manage an Apache style htgroup file

htgroup { ‘admins’:

ensure => present,
users  => [ddm, foo, bar],
target => '/etc/httpd/conf/htgroup',

}

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • target

    Location of the htgreoup file

  • users

    The list of users to be included in the group

Parameters

  • name (namevar)

    The group name

  • provider

    The specific backend to use for this ‘htgroup` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.