[doc] Fix cloud-azure install / remove instructions

This commit is contained in:
David Pilato 2015-08-18 13:18:39 +02:00
parent 717a6dd092
commit 05678bc10a
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ This plugin can be installed using the plugin manager:
[source,sh] [source,sh]
---------------------------------------------------------------- ----------------------------------------------------------------
sudo bin/plugin install cloud-aws sudo bin/plugin install cloud-azure
---------------------------------------------------------------- ----------------------------------------------------------------
The plugin must be installed on every node in the cluster, and each node must The plugin must be installed on every node in the cluster, and each node must
@ -27,7 +27,7 @@ The plugin can be removed with the following command:
[source,sh] [source,sh]
---------------------------------------------------------------- ----------------------------------------------------------------
sudo bin/plugin remove cloud-aws sudo bin/plugin remove cloud-azure
---------------------------------------------------------------- ----------------------------------------------------------------
The node must be stopped before removing the plugin. The node must be stopped before removing the plugin.