summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2022-02-02 06:41:15 -0800
committerGitHub <noreply@github.com>2022-02-02 06:41:15 -0800
commit295fcb6ead1ca2881f8bbee7cff184574704e00a (patch)
tree4381edc8fac161c1efea41fa2b95cebe306960fb
parent4d9ab9ecaacda70dd0a1285acd0c871fcb23fcee (diff)
parent6306df910f7a094ec7fee714219f2612a626ef5b (diff)
downloadchef-295fcb6ead1ca2881f8bbee7cff184574704e00a.tar.gz
Merge pull request #12513 from aleksey-hariton/chef_server_system_username
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 76f4736bc4..bb77ef2c24 100644
--- a/chef-utils/lib/chef-utils/dist.rb
+++ b/chef-utils/lib/chef-utils/dist.rb
@@ -113,6 +113,9 @@ module ChefUtils
# The server`s docs URL
SERVER_DOCS = "https://docs.chef.io/server/"
+
+ # OS user for server
+ SYSTEM_USER = "opscode"
end
class Solo