summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-01-27 09:35:47 -0800
committerGitHub <noreply@github.com>2022-01-27 09:35:47 -0800
commitcbeb8cf0dffb8fbe54c7e5bf1eaa8ab113efb54e (patch)
tree6cb12e64679a11338391de1d1b42e5993b7e0f9d
parenta65b05983fd077c38092cea8c6a76c324f8f4614 (diff)
parente622c48d71b058555dc934f19985a90047c77e7e (diff)
downloadchef-cbeb8cf0dffb8fbe54c7e5bf1eaa8ab113efb54e.tar.gz
Merge pull request #12520 from aleksey-hariton/chef-16
Add constant for ChefServer system user
-rw-r--r--chef-utils/lib/chef-utils/dist.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb
index 42e9ec2b9f..5780b3f147 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -77,6 +77,9 @@ module ChefUtils
# The server's configuration utility
SERVER_CTL = "chef-server-ctl"
+
+ # OS user for server
+ SYSTEM_USER = "opscode"
end
class Solo