Skip to content

Commit

Permalink
Fixes #11630: When installing a rudder root server (on centos), it as…
Browse files Browse the repository at this point in the history
…ks to run rudder-node-to-relay
  • Loading branch information
peckpeck committed Dec 26, 2018
1 parent fd8e901 commit 3a5bea6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rudder-webapp/SPECS/rudder-webapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ install -m 644 %{SOURCE23} %{buildroot}%{ruddervardir}/configuration-repository/
#=================================================
# Pre Installation
#=================================================
mkdir -p /opt/rudder/etc
echo 'root' > /opt/rudder/etc/uuid.hive

service rudder-jetty stop
if [ -x /opt/rudder/bin/rudder-pkg ]
then
Expand Down
2 changes: 2 additions & 0 deletions rudder-webapp/debian/preinst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ set -e

case "$1" in
install)
mkdir -p /opt/rudder/etc
echo 'root' > /opt/rudder/etc/uuid.hive
;;

upgrade)
Expand Down

0 comments on commit 3a5bea6

Please sign in to comment.