File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- 6.20.3
1+ 6.20.4
Original file line number Diff line number Diff line change @@ -110,16 +110,16 @@ $RBBIN/rb_update_timestamp &>/dev/null
110110# Cleaning yum data and cache
111111yum clean all
112112
113+ # Add client to admins group
114+ knife group add client ` hostname -s` admins & > /dev/null
115+
113116# Multiple runs of chef-client
114117e_title " Configuring Chef-Client. Please wait... "
115118e_title " redborder install run $( date) " # >>/root/.install-chef-client.log
116119chef-client # &>/root/.install-chef-client.log
117120# Set client.pem as readable
118121chmod a+r /etc/chef/client.pem
119122
120- # Add client to admins group
121- knife group add client ` hostname -s` admins & > /dev/null
122-
123123e_title " Enabling chef-client service"
124124systemctl enable chef-client
125125systemctl start chef-client
You can’t perform that action at this time.
0 commit comments