Method: Beaker::DSL::Roles#agents
- Defined in:
- lib/beaker/dsl/roles.rb
#agents ⇒ Array<Host>
The hosts for which [‘roles’] include ‘agent’
27 28 29 |
# File 'lib/beaker/dsl/roles.rb', line 27 def agents hosts_as 'agent' end |
The hosts for which [‘roles’] include ‘agent’
27 28 29 |
# File 'lib/beaker/dsl/roles.rb', line 27 def agents hosts_as 'agent' end |