X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..1785b1f64e60348ff21fbfdb84bb8311c5bbd24c:/cookbooks/postgresql/resources/munin.rb diff --git a/cookbooks/postgresql/resources/munin.rb b/cookbooks/postgresql/resources/munin.rb index e069a8772..4b69d4224 100644 --- a/cookbooks/postgresql/resources/munin.rb +++ b/cookbooks/postgresql/resources/munin.rb @@ -17,9 +17,11 @@ # limitations under the License. # +unified_mode true + default_action :create -property :munin, :kind_of => String, :name_attribute => true +property :munin, :kind_of => String, :name_property => true property :cluster, :kind_of => String, :required => true property :database, :kind_of => String, :required => true