Miscellany
public text v1 · immutablefred@node1:~/puppet$ git diff --cached
diff --git a/Makefile b/Makefile
index 6699590..09ccd19 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
all: apply
-apply:
+apply: /usr/bin/puppet
puppet --modulepath $(CURDIR)/modules $(CURDIR)/manifests/site.pp
test:
find -name '*.pp' | xargs -t -n1 -P10 puppet --parseonly
+
+/usr/bin/puppet:
+ apt-get install puppet