diff -r 7013280e62fa -r ffa70066522c README.rdoc --- a/README.rdoc Wed May 28 11:45:41 2014 -0700 +++ b/README.rdoc Thu Jul 12 15:25:35 2018 -0700 @@ -22,22 +22,26 @@ Configurability[https://rubygems.org/gems/configurability] to determine behavior. The configuration is a YAML[http://www.yaml.org/] file. - symphony_ssh: - path: /usr/bin/ssh - user: root - key: /path/to/a/private_key.rsa - opts: - - -e - - none - - -T - - -x - - -o - - CheckHostIP=no' - - -o - - BatchMode=yes' - - -o - - StrictHostKeyChecking=no + symphony: + ssh: + path: /usr/bin/ssh + user: root + key: /path/to/a/private_key.rsa + opts: + - -e + - none + - -T + - -x + - -o + - CheckHostIP=no' + - -o + - BatchMode=yes' + - -o + - StrictHostKeyChecking=no +**NOTE**: If you've upgrade from a version pre 0.2.0, the +Configurability path has changed from `symphony_ssh`, to an `ssh` key +under the `symphony` top level. === path @@ -47,7 +51,7 @@ === user The default user to connect to remote hosts with. This can be -changes per connection in the AMQP payload. +changed per connection in the AMQP payload. === key @@ -82,7 +86,7 @@ == License -Copyright (c) 2014, Mahlon E. Smith and Michael Granger +Copyright (c) 2014-2018, Mahlon E. Smith and Michael Granger All rights reserved. Redistribution and use in source and binary forms, with or without