Sign up for a GitHub account Sign in All Gists colby / chef.rb secret Last active February 02, 2015 Code Revisions 2 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View chef.rb chef.rb Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 # NOTE: This is for getting around dhclient touching resolv.conf first. # First we remove the dhclient nameserver from resolvconf, then we tell # dhclient to prepend our nameserver first. Then tell resolvconf to rebuild. bash ' patch dhclient ' do user ' root ' code " rm /run/resolvconf/interface/eth0.dhclient echo 'prepend domain-name-servers #{ node[ ...