X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/abd5ecd0198dd98d37c8cc13e457ce996b5b3d88..acabd71e5ccd75d9b019c8a8ab821129c02bb002:/cookbooks/munin/resources/plugin_conf.rb diff --git a/cookbooks/munin/resources/plugin_conf.rb b/cookbooks/munin/resources/plugin_conf.rb index e47b1336b..ce4c80739 100644 --- a/cookbooks/munin/resources/plugin_conf.rb +++ b/cookbooks/munin/resources/plugin_conf.rb @@ -21,7 +21,7 @@ actions :create, :delete default_action :create attribute :name, :kind_of => String, :name_attribute => true -attribute :cookbook, :kind_of => String +attribute :cookbook, :kind_of => [String, nil] attribute :template, :kind_of => String, :required => true attribute :variables, :kind_of => Hash, :default => {} attribute :restart_munin, :kind_of => [TrueClass, FalseClass], :default => true