Merge "Leave symlinks for RabbitMQ state paths"

This commit is contained in:
Jenkins 2014-09-16 19:43:51 +00:00 committed by Gerrit Code Review
commit 4511b2566c
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ set -eux
install-packages rabbitmq-server
# Ensure we leave symlinks in place for RabbitMQ state paths
register-state-path --leave-symlink /var/lib/rabbitmq
register-state-path --leave-symlink /var/log/rabbitmq
# Note(jang): the rabbitmq-server service is installed, but not started, since
# the first run of os-collect-config is required to configure it properly.