Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1011 Bytes

bind_server.md

File metadata and controls

28 lines (20 loc) · 1011 Bytes

bind_server

Back to resource list

This resource allows specific options to be configured for a particular upstream name server.

Actions

Action Description
:create Creates a BIND server with specific options

Properties

Name Type Default Description
bind_config String default Name of the bind_config resource to notify actions on
options Array [] Array of option strings. Each option should be a valid BIND option minus the trailing semicolon.

Examples

bind_server '10.1.1.1' do
  options [
    'bogus yes'
  ]
end