summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-10-01 10:51:18 -0700
committerTim Smith <tsmith84@gmail.com>2019-10-01 11:26:22 -0700
commit4379f5db3afa070a77413aeb7b31c86111f3da5a (patch)
tree4a07bd89115b96bef7e47787f2ed01b00916b3ad
parent66e9c5949cf3c286123c35a57e50b7079ed6dee7 (diff)
downloadchef-4379f5db3afa070a77413aeb7b31c86111f3da5a.tar.gz
Don't change the NSCD service user on SLES
It breaks tests Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/attributes/default.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/attributes/default.rb b/kitchen-tests/cookbooks/end_to_end/attributes/default.rb
index b8ac7f8119..7b66f77b4b 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