Created
September 26, 2014 15:21
-
-
Save medyagh/b829725270a792d4e5b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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