Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BENTO-13] ensure kudzu is uninstalled on CentOS boxes #75

Merged
merged 2 commits into from
Aug 29, 2013
Merged

Commits on Aug 28, 2013

  1. [BENTO-13] ensure kudzu is uninstalled on CentOS boxes

    By default Vagrant uses a DNS proxy in it's NAT networking mode. This 
    effectively shields the guest VM from DNS changes on the host. It also 
    has the nice side effect of nuking hard coded `nameserver` values left 
    over in `/etc/resolv.conf` from base box authoring time. 
    
    The `kudzu` autoconfig service blocks this behavior though and does not 
    allow `/sbin/dhclient-script` to add the DNS proxy server value to 
    `/etc/resolv.conf`.
    
    SIDE COMMENTARY - `kudzu` is a POS and was removed in CentOS 6+.
    schisamo committed Aug 28, 2013
    Configuration menu
    Copy the full SHA
    e464b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb6614b View commit details
    Browse the repository at this point in the history