Skip to content

Instantly share code, notes, and snippets.

@medyagh
Created September 26, 2014 15:21
Show Gist options
  • Save medyagh/b829725270a792d4e5b1 to your computer and use it in GitHub Desktop.
Save medyagh/b829725270a792d4e5b1 to your computer and use it in GitHub Desktop.
node['cccis-weblogic']['ccc_directories'].each do |d|
directory d["directory_path"] do
owner d["owner"]
group d["group"]
recursive true
mode '0755'
action :create
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment