Resource Type: directadmin_admin

Defined in:
lib/puppet/type/directadmin_admin.rb
Providers:
directadmin

Overview

Manage DirectAdmin admin users.

Properties

  • email

    The admin's e-mail address.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • password

    The admin's password.

Parameters

  • api_hostname (defaults to: localhost)

    The API's endpoint. Do not specify the port here.

  • api_password

    The api_username's password to connect to the API.

  • api_port (defaults to: 2222)

    The API's endpoint's port.

  • api_ssl (defaults to: false)

    Connect to the API over SSL.

  • api_username

    The username to connect to the API.

  • notifications (defaults to: no)

    Send a notification e-mail, or not.

    Supported values:
    • no
    • yes
  • provider

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

  • username

    The admin's name.