Set sudo false as we don't use it many places and this is needed for controlpersist

This commit is contained in:
Kevin Fenzi 2014-06-14 20:30:13 +00:00
parent 1aacd08ec5
commit 7ade030063

View file

@ -51,3 +51,8 @@ env: production
# nfs mount options, override at the group/host level
nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid"
# by default set sudo to false here We can override it as needed.
# Note that if sudo is true, you need to unset requiretty for
# ssh controlpersist to work.
sudo: false