Style fixes
This commit is contained in:
parent
e34308ec12
commit
b90807648b
|
@ -360,13 +360,13 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def call_orchestrate
|
def call_orchestrate
|
||||||
if not @config.orchestrations
|
if !@config.orchestrations
|
||||||
@machine.env.ui.info "orchestrate is nil. Not running state.orchestrate."
|
@machine.env.ui.info "orchestrate is nil. Not running state.orchestrate."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if not @config.install_master
|
if !@config.install_master
|
||||||
@machine.env.ui.info "orchestrate does not make sense on a minion. Not running state.orchestrate"
|
@machine.env.ui.info "orchestrate does not make sense on a minion. Not running state.orchestrate."
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue