Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (25 loc) · 494 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 494 Bytes

resolvconf

Manage the resolvconf package and configurations on Debian-alike systems.

Example usage

Include with default parameters:

include resolvconf

Pass in custom configuration:

class { 'resolvconf':
  nameservers => ['1.1.1.1', '2.2.2.2'],
}

Please see the class documentation for details of the support params.

Running tests

Install dependencies:

bundle install

Run tests:

bundle exec rake test

License

See LICENSE file.