Sha256: cd16f53f55efe825a23721ee1a0abeaf209e2f7318ff594c58c03b41d3fe5b1d
Contents?: true
Size: 282 Bytes
Versions: 1
Compression:
Stored size: 282 Bytes
Contents
module Vagabond module Actions module Thaw def thaw if(lxc.frozen?) lxc.unfreeze ui.info "Container has been thawed: #{name}" else ui.error "Container #{name} is not currently frozen" end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagabond-0.1.0 | lib/vagabond/actions/thaw.rb |