puppet-midonet/templates/analytics/analytics_settings_local.sh.erb
Alex Ruiz Estradera 5e295d177f Add 5.4 support
Change-Id: Ia551544b1c68fda19a7eac505251ca1146b355d2
2017-01-18 14:35:14 +01:00

13 lines
170 B
Plaintext

#!/bin/bash
set -e
which mn-conf > /dev/null || {
echo "'mn-conf' cannot be found in \$PATH" >&2
exit 1
}
mn-conf set < /tmp/analytics_settings_local.conf
exit 0