saz / puppet-resolv_conf

Manage /etc/resolv.conf with puppet
Other
13 stars 43 forks source link

Supports Solaris with all options in resolv.conf #33

Closed Miminoux closed 7 years ago

Miminoux commented 9 years ago

Instead of setting manually svc props of dns/client, you can simply set /etc/resolv.conf as usual and then, load the service properties with the content of the file. A command exists for that : /usr/sbin/nscfg import -f dns/client And can be used for many services using default files.

This request permits to use all parameters for solaris (which did not use the domainame parameter).

Thx