aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-17 12:32:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-17 12:32:01 -0300
commit495a4e0528f657db4ea5b05eb6c7998098cfce01 (patch)
treea326370c2fc4da5803b2c50f9e11292884ff5810 /Makefile
parente265b823c9711a74699cad9d0a57b90573a10cc3 (diff)
downloadpuppet-bootstrap-495a4e0528f657db4ea5b05eb6c7998098cfce01.tar.gz
puppet-bootstrap-495a4e0528f657db4ea5b05eb6c7998098cfce01.tar.bz2
Create ~/.puppet as needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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