Resource Type: nexpose_host

Defined in:
lib/puppet/type/nexpose_host.rb
Providers:
nexpose

Overview

This type provides the capability to manage hosts in nexpose

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • nexpose_site

    site to use

    Supported values:
    • %r{\w+}
  • operational

    is the user enabled

    Supported values:
    • true
    • false

Parameters

  • host

    the FQFN

    Supported values:
    • %r{[\w\-\.]+}
  • provider

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