diff options
author | Tim Smith <tsmith@chef.io> | 2017-10-25 09:34:53 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-11-28 14:53:18 -0800 |
commit | 03336b2e0a62a81184153c93417ebdb23ee0a595 (patch) | |
tree | 1298865f79836f368eb2f60f9337e8c3006299da /kitchen-tests/cookbooks | |
parent | b9b6128e849e81c9ebe550a7f7e130e8efd18104 (diff) | |
download | chef-03336b2e0a62a81184153c93417ebdb23ee0a595.tar.gz |
Turn back on Fedora testing in Travis
Use the new openssh cookbook which has a Fedora fix
Turn off use_privilege_separation which doesn't work on Fedora
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r-- | kitchen-tests/cookbooks/base/attributes/default.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/attributes/default.rb b/kitchen-tests/cookbooks/base/attributes/default.rb index 75e57cb27b..0fd3855a6c 100644 --- a/kitchen-tests/cookbooks/base/attributes/default.rb +++ b/kitchen-tests/cookbooks/base/attributes/default.rb @@ -43,7 +43,7 @@ default["openssh"]["server"]["challenge_response_authentication"] = "no" default["openssh"]["server"]["kerberos_authentication"] = "no" # tcp keepalives are useful to keep connections up through VPNs and firewalls default["openssh"]["server"]["tcp_keepalive"] = "yes" -default["openssh"]["server"]["use_privilege_separation"] = "yes" +default["openssh"]["server"]["use_privilege_separation"] = "yes" unless platform?("fedora") default["openssh"]["server"]["max_start_ups"] = "10" # PAM (i think) already prints the motd on login default["openssh"]["server"]["print_motd"] = "no" |