X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/4f7fa07759cca622d60b960f1337c2a65ab0e667..09a6946fdf3bae68108a1acd5389ce7a5df57f6a:/cookbooks/postgresql/resources/execute.rb?ds=sidebyside 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