From c4928e97013e48fa95e02ab0fd8329c85ea70395 Mon Sep 17 00:00:00 2001 From: k-ta-yamada Date: Sat, 25 Nov 2017 17:35:35 +0900 Subject: [PATCH] [fix] directory resouce don't need check directory existance #23 --- cookbooks/postgresql/directory_archivedir.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cookbooks/postgresql/directory_archivedir.rb b/cookbooks/postgresql/directory_archivedir.rb index 10c24ef..50523ec 100644 --- a/cookbooks/postgresql/directory_archivedir.rb +++ b/cookbooks/postgresql/directory_archivedir.rb @@ -4,5 +4,4 @@ owner 'postgres' group 'postgres' mode '700' - not_if "test -d #{ARCHIVEDIR}" end