#!/bin/sh set -e # workaround http://projects.puppetlabs.com/issues/4680 # so that we can force re-sending CSR rm -f /etc/puppet/ssl/certificate_requests/* # We use this to easily control where puppet is related to. rm -f /etc/puppet/juju-associated # Re-apply configuration so any relation-overridden bits can be reapplied. hooks/config-changed