Add comment about resource sets

This commit is contained in:
Adam Spiers 2014-02-05 17:18:17 +00:00
parent cc8f79a640
commit 6f962abf55

View File

@ -23,4 +23,7 @@ default_action :create
attribute :name, :kind_of => String, :name_attribute => true
attribute :score, :kind_of => String
# If more than two resources are given, Pacemaker will treat this
# as a resource set.
attribute :resources, :kind_of => Array