Skip to content

Commit

Permalink
Merge pull request #767 from kubernetes-incubator/revert-755-fix_dhcl…
Browse files Browse the repository at this point in the history
…ientconf_path

Revert "Fix wrong path for dhclient.conf on RedHat/CentOS"
  • Loading branch information
bogdando committed Dec 16, 2016
2 parents 92f5429 + e2476fb commit ea87489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/tasks/set_resolv_facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

- name: target dhclient conf/hook files for Red Hat family
set_fact:
dhclientconffile: /etc/dhcp/dhclient.conf
dhclientconffile: /etc/dhclient.conf
dhclienthookfile: /etc/dhcp/dhclient.d/zdnsupdate.sh
when: ansible_os_family == "RedHat"

Expand Down

0 comments on commit ea87489

Please sign in to comment.