caterer 0.6.5 → 0.6.6
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/caterer/actions.rb +1 -0
- data/lib/caterer/version.rb +1 -1
- metadata +1 -1
data/lib/caterer/actions.rb
CHANGED
@@ -56,6 +56,7 @@ Caterer.actions.register(:up) do
|
|
56
56
|
use Caterer::Action::Provisioner::Prepare
|
57
57
|
use Caterer::Action::Server::Lock
|
58
58
|
use Caterer::Action::Provisioner::Bootstrap
|
59
|
+
use Caterer::Action::Provisioner::Install
|
59
60
|
use Caterer::Action::Provisioner::Provision
|
60
61
|
use Caterer::Action::Provisioner::Cleanup
|
61
62
|
use Caterer::Action::Server::Unlock
|
data/lib/caterer/version.rb
CHANGED