Add passwordless sudo as listed requirement for localhost blueprint deployment without config
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/a913d9d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/a913d9d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/a913d9d7 Branch: refs/heads/master Commit: a913d9d7f83c52a68ad93c3f9500458a34ce5597 Parents: f0217a2 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/incubator-brooklyn/blob/a913d9d7/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:
