From: Silvio Rhatto Date: Mon, 17 Mar 2014 15:32:01 +0000 (-0300) Subject: Create ~/.puppet as needed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=495a4e0528f657db4ea5b05eb6c7998098cfce01;p=puppet-bootstrap.git Create ~/.puppet as needed --- diff --git a/Makefile b/Makefile index 069211f..ce97036 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ hiera/boostrap.yaml: $(EDITOR) hiera/bootstrap.yaml puppet.conf: + mkdir -p $(HOME)/.puppet $(PUPPET) manifests/bootstrap/configurator.pp config: hiera/boostrap.yaml puppet.conf