Skip to content

Latest commit

 

History

History
114 lines (63 loc) · 2.34 KB

File metadata and controls

114 lines (63 loc) · 2.34 KB

Reference

Table of Contents

Classes

Classes

resolv_conf

== Class: resolv_conf

Parameters

The following parameters are available in the resolv_conf class:

nameservers

Data type: Array

List of nameservers

config_file

Data type: String

Config file

config_template

Data type: String

Config template to use

use_resolvconf

Data type: Boolean

Wether or not to use resolvconf

update_cmd

Data type: Optional[String]

Update command to load resolv.conf. Only needed on some OS

package

Data type: Optional[String]

Name of the package to install

manage_package

Data type: Boolean

Wether or not a package should be managed

package_ensure

Data type: String

Ensure the state of the managed package

domainname

Data type: Optional[String]

Local domain name

Default value: undef

searchpath

Data type: Variant[Array[String],String]

Search list for host-name lookup

Default value: []

options

Data type: Optional[Array]

Modify certain internal resolver variables

Default value: undef

mode

Data type: String

Config file mode

Default value: '0644'