Skip to content

Commit 25d87c8

Browse files
authored
Merge pull request #328 from redBorder/development
Development
2 parents 3704d67 + 192e6a8 commit 25d87c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.20.3
1+
6.20.4

resources/bin/rb_configure_custom.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,16 +110,16 @@ $RBBIN/rb_update_timestamp &>/dev/null
110110
# Cleaning yum data and cache
111111
yum 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
114117
e_title "Configuring Chef-Client. Please wait... "
115118
e_title "redborder install run $(date)" #>>/root/.install-chef-client.log
116119
chef-client #&>/root/.install-chef-client.log
117120
# Set client.pem as readable
118121
chmod a+r /etc/chef/client.pem
119122

120-
#Add client to admins group
121-
knife group add client `hostname -s` admins &>/dev/null
122-
123123
e_title "Enabling chef-client service"
124124
systemctl enable chef-client
125125
systemctl start chef-client

0 commit comments

Comments
 (0)