]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Create ~/.puppet as needed
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Mar 2014 15:32:01 +0000 (12:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 17 Mar 2014 15:32:01 +0000 (12:32 -0300)
Makefile

index 069211f458d4b69c5f3a9b93ee9cc041d8f6eabf..ce970360da6aa8d669acafb2655e03036836c4bf 100644 (file)
--- 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