lib/mb/group.rb in motherbrain-1.1.3 vs lib/mb/group.rb in motherbrain-1.2.0
- old
+ new
@@ -38,10 +38,10 @@
#
# @param [#to_s] environment
#
# @return [Array<Ridley::Node>]
def nodes(environment)
- Application.ridley.partial_search(:node, search_query(environment), [ "public_ipv4", "public_hostname" ])
+ Application.ridley.partial_search(:node, search_query(environment), [ "public_ipv4", "public_hostname", "os" ])
end
# Returns an escape search query for Solr from the roles, rescipes, and chef_attributes
# assigned to this Group.
#