Merge pull request #27386 from rallytime/fix-27354

Document tty: True usage in salt-ssh roster file
This commit is contained in:
jacobhammons 2015-09-25 09:44:11 -06:00
commit b72e0b1133

View file

@ -42,6 +42,8 @@ The information which can be stored in a roster `target` is the following:
# Optional parameters
port: # The target system's ssh port number
sudo: # Boolean to run command via sudo
tty: # Boolean: Set this option to True if sudo is also set to
# True and requiretty is also set on the target system
priv: # File path to ssh private key, defaults to salt-ssh.rsa
timeout: # Number of seconds to wait for response when establishing
# an SSH connection