From e00effa02d5c7e4ae4cbd347f8c6e297b9945327 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 6 Nov 2013 11:46:00 -0500 Subject: [PATCH] [COOK-3952] - Adding 'recursive true' to directory resources --- recipes/_server_debian.rb | 1 + recipes/_server_rhel.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/recipes/_server_debian.rb b/recipes/_server_debian.rb index c50baca88..ad4e6e2fa 100644 --- a/recipes/_server_debian.rb +++ b/recipes/_server_debian.rb @@ -36,6 +36,7 @@ group 'mysql' mode '0775' action :create + recursive true end end diff --git a/recipes/_server_rhel.rb b/recipes/_server_rhel.rb index 9126f8a01..6d88c59a4 100644 --- a/recipes/_server_rhel.rb +++ b/recipes/_server_rhel.rb @@ -13,6 +13,7 @@ group 'mysql' mode '0775' action :create + recursive true end end