Resource Type: sensuctl_configure

Defined in:
lib/puppet/type/sensuctl_configure.rb
Providers:
sensuctl

Summary

Manages 'sensuctl configure'

Overview

NOTE This is a private type not intended to be used directly.

Autorequires:

Properties

  • config_format

    Set configured format for sensuctl

    Supported values:
    • tabular
    • json
    • wrapped-json
    • yaml
  • config_namespace

    Set configured namespace for sensuctl

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • trusted_ca_file (defaults to: /etc/sensu/ssl/ca.crt)

    Path to trusted CA

  • url

    sensu-backend URL

Parameters

  • name (namevar)

    The name of the resource.

  • password

    Password to use with sensuctl configure

  • provider

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

  • username

    Username to use with sensuctl configure