Skip to content

Instantly share code, notes, and snippets.

@jbz
Created September 24, 2013 16:29
Show Gist options
  • Save jbz/6687362 to your computer and use it in GitHub Desktop.
Save jbz/6687362 to your computer and use it in GitHub Desktop.
directories = %w( /dir/one /dir/two /dir/three )
directories.each do |dir|
directory dir do
owner "foo"
mode 0755
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment