From 6f962abf557d1f06317d932cc06077e3c22cfff1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 5 Feb 2014 17:18:17 +0000 Subject: [PATCH] Add comment about resource sets --- resources/colocation.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/colocation.rb b/resources/colocation.rb index da7e05f..5b6664e 100644 --- a/resources/colocation.rb +++ b/resources/colocation.rb @@ -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