Method: Serverspec::Type::Pacemaker_location#rules
- Defined in:
- lib/serverspec/type/pacemaker_location.rb
#rules ⇒ Object
The structure with the location rules Used for rule based locations
47 48 49 50 |
# File 'lib/serverspec/type/pacemaker_location.rb', line 47 def rules return unless instance instance['rules'] end |