Merge pull request #101 from elemoine/remove-majority-of-members

Remove the majority_of_members policy
diff --git a/heka/meta/heka.yml b/heka/meta/heka.yml
index 1eb61b6..4a92245 100644
--- a/heka/meta/heka.yml
+++ b/heka/meta/heka.yml
@@ -281,40 +281,6 @@
           relational_operator: '>'
           threshold: 0
     - status: unknown
-    # A policy that is typically used for clusters managed by Pacemaker
-    # with the no-quorum-policy set to 'stop'.
-    majority_of_members:
-    - status: down
-      trigger:
-        logical_operator: or
-        rules:
-        - function: percent
-          arguments: [ down ]
-          relational_operator: '>'
-          threshold: 50
-    - status: critical
-      trigger:
-        logical_operator: and
-        rules:
-        - function: percent
-          arguments: [ down, critical ]
-          relational_operator: '>'
-          threshold: 20
-        - function: percent
-          arguments: [ okay ]
-          relational_operator: '<'
-          threshold: 50
-          function: percent
-    - status: warning
-      trigger:
-        logical_operator: or
-        rules:
-        - function: percent
-          arguments: [ okay ]
-          relational_operator: '<'
-          threshold: 50
-          function: percent
-    - status: okay
     # A policy that is used to derive a cluster status based
     # on the status okay or down status for its members.
     availability_of_members: