summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Hariton <aleksey.hariton@gmail.com>2022-01-26 17:01:39 +0300
committerAleksey Hariton <aleksey.hariton@gmail.com>2022-02-02 11:33:35 +0300
commit092a23af890dcc651d9b8c1156aa3aa8013f5da4 (patch)
tree0ebb887c0f8e06c1fe1a35596959e002e4d37fdd
parent4d9ab9ecaacda70dd0a1285acd0c871fcb23fcee (diff)
downloadchef-092a23af890dcc651d9b8c1156aa3aa8013f5da4.tar.gz
chore: add constant for ChefServer system user
Signed-off-by: Aleksey Hariton <aleksey.hariton@gmail.com>
-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..1c94319577 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