Skip to content

Commit

Permalink
[fix] directory resouce don't need check directory existance #23
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ta-yamada committed Nov 25, 2017
1 parent 122d45f commit c4928e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cookbooks/postgresql/directory_archivedir.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
owner 'postgres'
group 'postgres'
mode '700'
not_if "test -d #{ARCHIVEDIR}"
end

0 comments on commit c4928e9

Please sign in to comment.