Resource Type: f5_iapp

Defined in:
lib/puppet/type/f5_iapp.rb
Providers:
rest

Overview

Manage iApp application services on the F5 device. See F5 documentation for information about iApps. The best way to get started is to create an application service in the F5 gui, then copy the manifest returned for it via puppet resource f5_iapp

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • tables

    Hash containing iApp table entries for the given template.

  • template

    Name of the iApp template to be used when creating the iApp application service.

  • variables

    Hash containing iApp vars for the given template.

Parameters

  • name (namevar)
  • provider

    The specific backend to use for this f5_iapp resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.