From 6fafec654ac31495ce26ec70d69fd86ce4de1bbd Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 1 Oct 2019 10:51:18 -0700 Subject: Don't change the NSCD service user on SLES It breaks tests Signed-off-by: Tim Smith --- kitchen-tests/cookbooks/end_to_end/attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitchen-tests/cookbooks/end_to_end/attributes/default.rb b/kitchen-tests/cookbooks/end_to_end/attributes/default.rb index b8ac7f8119..8b5aa62873 100644 --- a/kitchen-tests/cookbooks/end_to_end/attributes/default.rb +++ b/kitchen-tests/cookbooks/end_to_end/attributes/default.rb @@ -75,4 +75,4 @@ default["resolver"]["search"] = "chef.io" # nscd cookbook overrides # -default["nscd"]["server_user"] = "nobody" +default["nscd"]["server_user"] = "nobody" unless platform_family?('suse') # this breaks SLES 15 -- cgit v1.2.1