Resource Type: f5_dns

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

Overview

Sets the system DNS on the BIG-IP system

Properties

  • description
  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • name_servers

    Name Server list. Accepts an array of values.

  • search

    Domain search list. Accepts an array of values.

Parameters

  • name (namevar)
  • provider

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