#!/bin/bash
set -e

service vault stop
rm -fR {{ vault_data_path }}/* {{ vault_config_path }}/*
