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 10:51:18 -0700
commit6fafec654ac31495ce26ec70d69fd86ce4de1bbd (patch)
treeb325b65b75f07ec95c1fc0aba7d80156bdfe7df0
parent66e9c5949cf3c286123c35a57e50b7079ed6dee7 (diff)
downloadchef-opensuse.tar.gz
Don't change the NSCD service user on SLESopensuse
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..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