Skip to content

Instantly share code, notes, and snippets.

@jeekl
Created May 13, 2013 16:02
Show Gist options
  • Save jeekl/5569416 to your computer and use it in GitHub Desktop.
Save jeekl/5569416 to your computer and use it in GitHub Desktop.
["/opt", "/opt/apps", "/opt/apps/myapp", "/opt/apps/myapp/myapppart2"].each do |dir|
directory dir do
owner "myuser"
action :create
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment