Method: Puppetfactory::Plugins::Example#repair
- Defined in:
- lib/puppetfactory/plugins/example.rb
#repair(username) ⇒ Object
used by container plugins to rebuild them
71 72 73 74 |
# File 'lib/puppetfactory/plugins/example.rb', line 71 def repair(username) $logger.info "Container #{username} repaired" true end |