Add passwordless sudo as listed requirement for localhost blueprint deployment without config
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/a8f3268b Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/a8f3268b Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/a8f3268b Branch: refs/heads/0.7.0-incubating Commit: a8f3268b4bdbf435ec903e35d39b0b59b4c9bc08 Parents: 397e485 Author: Mike Zaccardo <[email protected]> Authored: Tue Apr 21 17:21:22 2015 -0400 Committer: Mike Zaccardo <[email protected]> Committed: Tue Apr 21 17:21:22 2015 -0400 ---------------------------------------------------------------------- docs/guide/ops/locations/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/a8f3268b/docs/guide/ops/locations/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md index 18c9810..803c000 100644 --- a/docs/guide/ops/locations/index.md +++ b/docs/guide/ops/locations/index.md @@ -237,8 +237,8 @@ brooklyn.location.named.my-aws.KEY=VAL5 ### Localhost -If passwordless ssh login to `localhost` is enabled on your machine, -you should be able to deploy blueprints with no special configuration, +If passwordless ssh login to `localhost` and passwordless `sudo` is enabled on your +machine, you should be able to deploy blueprints with no special configuration, just by specifying `location: localhost` in YAML. If you use a passpharse or prefer a different key, these can be configured as follows:
