gist:feec56b6fe9a828bdfb6

Sign up for a GitHub account Sign in All Gists kyleterry / gist:feec56b6fe9a828bdfb6 Created October 28, 2014 Code Revisions 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav View gist:feec56b6fe9a828bdfb6 gistfile1.txt Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 $ cat chef/cookbooks/zumiez-base/recipes/resolver.rb # # Cookbook Name:: zumiez-base # Recipe:: resolver # template "/etc/resolvconf/resolv.conf.d/base" do source "resolver/base.erb" owner "root" group "root" mode 0644 variables node[:zumiez][:resolver] end execute "/sbin/resolvconf -u" do action :nothing subscribes :run, "template[/etc/resolvconf/resolv.conf.d/ba...

Linked on 2014-10-28 23:10:46 | Similar Links