aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-03-04 13:24:39 -0300
commit846876934b55e68554f935cb5101cb866d2f1cd6 (patch)
tree5ed23fd73b6601346120841028ddce858c74ac66 /Makefile
parent4c1bab861dba2f1d8bca76b5545729189a508f54 (diff)
downloadpuppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.gz
puppet-bootstrap-846876934b55e68554f935cb5101cb866d2f1cd6.tar.bz2
Move from config.pp to hiera
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9bf88d0..90404ca 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ remote:
git remote add bootstrap $(REPO)
config:
+ $(EDITOR) hiera/bootstrap.yaml
FACTER_BOOTSTRAP_PATH="$(CWD)" puppet apply --confdir="$(CWD)" --modulepath=modules manifests/classes/configurator.pp
apply: