Hi, I'm trying to install the 'unbound' dns resolver in ubuntu via
puppet and I'm running into some issues.  The issue isn't that the
package doesn't install, but rather that apt automatically starts the
daemon - and when the daemon starts, it updates resolv.conf in a way
that breaks DNS.

There's a command, 'resolvconf --disable-updates' that will stop
unbound from making the change it wants to.  What I'd like to do is:

- If unbound isn't installed, then execute --disable-updates
- Then install unbound
- Then --enable-updates

Is there anyway to do this?  Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to