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