X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f7fa07759cca622d60b960f1337c2a65ab0e667..c810e6117c2e4e131aa859942566e2734e815148:/cookbooks/postgresql/resources/execute.rb diff --git a/cookbooks/postgresql/resources/execute.rb b/cookbooks/postgresql/resources/execute.rb index 3845546bc..4f7217ec8 100644 --- a/cookbooks/postgresql/resources/execute.rb +++ b/cookbooks/postgresql/resources/execute.rb @@ -17,6 +17,8 @@ # limitations under the License. # +unified_mode true + default_action :run property :command, :kind_of => String, :name_property => true