#!/bin/bash
set -e

service consul stop
rm -fR {{ consul_data_path }}/* {{ consul_log_path }}/* {{ consul_config_path }}/*
