Skip to content

Instantly share code, notes, and snippets.

@thbishop
Created October 14, 2010 18:11
Show Gist options
  • Save thbishop/626692 to your computer and use it in GitHub Desktop.
Save thbishop/626692 to your computer and use it in GitHub Desktop.
top_dir = "/data/realtime"
["", "fetched", "fetched/radar"].each do d
directory "#{top_dir}/#{d}"
action :create
owner "ldm"
group "ldm"
mode "777"
recursive true
end
end
directory "/data/realtime/fetched/radar"
action :create
owner "ldm"
group "ldm"
mode "777"
recursive true
recurse_down_from "/data/realtime"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment