Skip to content

Instantly share code, notes, and snippets.

@chef
Forked from thommay/gist:52663
Created January 26, 2009 02:15
Show Gist options
  • Save chef/52664 to your computer and use it in GitHub Desktop.
Save chef/52664 to your computer and use it in GitHub Desktop.
if node[:platform_version].to_f < 8.04
remote_file "/etc/event.d/runsvdir" do
only_if do Dir.exists?("/etc/event.d") end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment