Merge "Allow dnsmasq_dns_servers to be configured for DHCP Agent"
[apex-tripleo-heat-templates.git] / extraconfig / tasks / yum_update.sh
index 74af7b0..edcc9e8 100755 (executable)
@@ -42,7 +42,7 @@ if [[ "$list_updates" == "" ]]; then
     exit 0
 fi
 
-pacemaker_status=$(systemctl is-active pacemaker)
+pacemaker_status=$(systemctl is-active pacemaker || :)
 
 # Fix the redis/rabbit resource start/stop timeouts. See https://bugs.launchpad.net/tripleo/+bug/1633455
 # and https://bugs.launchpad.net/tripleo/+bug/1634851