Manage the resolvconf
package and configurations on Debian-alike systems.
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.
Install dependencies:
bundle install
Run tests:
bundle exec rake test
See LICENSE file.