Page MenuHomeSoftware Heritage

README.md
No OneTemporary

README.md

# puppet-resolv_conf
Manage resolv.conf via Puppet
## How to use
```
class { 'resolv_conf':
domainname => 'example.com',
searchpath => 'example.com',
nameservers => ['192.168.0.1', '192.168.1.1', '192.168.2.1'],
options => ['timeout:2', 'attempts:3'],
}
```
### Use dnsmasq
**You need saz-dnsmasq module**
```
class { 'resolv_conf':
domainname => 'example.com',
searchpath => 'example.com',
nameservers => ['192.168.0.1', '192.168.1.1', '192.168.2.1'],
use_dnsmasq => true,
}
```

File Metadata

Mime Type
text/plain
Expires
Sat, Jun 21, 5:58 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3376146

Event Timeline