diff options
| author | Tim Smith <tsmith84@gmail.com> | 2019-10-01 10:51:18 -0700 |
|---|---|---|
| committer | Tim Smith <tsmith84@gmail.com> | 2019-10-01 10:51:18 -0700 |
| commit | 6fafec654ac31495ce26ec70d69fd86ce4de1bbd (patch) | |
| tree | b325b65b75f07ec95c1fc0aba7d80156bdfe7df0 | |
| parent | 66e9c5949cf3c286123c35a57e50b7079ed6dee7 (diff) | |
| download | chef-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.rb | 2 |
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 |
