Puppet Class: foreman_proxy::plugin::dns::powerdns

Defined in:
manifests/plugin/dns/powerdns.pp

Summary

Install the PowerDNS DNS plugin for Foreman proxy

Overview

Parameters:

  • rest_url (Stdlib::HTTPUrl) (defaults to: 'http://localhost:8081/api/v1/servers/localhost')

    The REST API URL

  • rest_api_key (String)

    The REST API key



9
10
11
12
13
14
15
# File 'manifests/plugin/dns/powerdns.pp', line 9

class foreman_proxy::plugin::dns::powerdns (
  String $rest_api_key,
  Stdlib::HTTPUrl $rest_url = 'http://localhost:8081/api/v1/servers/localhost',
) {
  foreman_proxy::plugin::provider { 'dns_powerdns':
  }
}