Resource Type: grafana_user

Defined in:
lib/puppet/type/grafana_user.rb
Providers:
grafana

Overview

Manage users in Grafana

Properties

  • email

    The email for the user

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • full_name

    The full name of the user.

  • is_admin

    Whether the user is a grafana admin

    Supported values:
    • true
    • false
  • organizations

    A hash of organizations and roles

  • password

    The password for the user

  • theme

    The theme for the user

Parameters

  • grafana_api_path (defaults to: /api)

    The absolute path to the API endpoint

  • grafana_password

    The password for the Grafana server

  • grafana_url (defaults to: '')

    The URL of the Grafana server

  • grafana_user

    The username for the Grafana server

  • name (namevar)

    The username of the user.

  • provider

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