From 495a4e0528f657db4ea5b05eb6c7998098cfce01 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 17 Mar 2014 12:32:01 -0300 Subject: Create ~/.puppet as needed --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3