Method: Actions::Staypuft::Host::PuppetRun#plan
- Defined in:
- app/lib/actions/staypuft/host/puppet_run.rb
#plan(host) ⇒ Object
20 21 22 23 |
# File 'app/lib/actions/staypuft/host/puppet_run.rb', line 20 def plan(host) Type! host, ::Host plan_self id: host.id, name: host.name end |