All pastes #2067813 Raw Edit

Miscellany

public text v1 · immutable
#2067813 ·published 2011-05-23 19:25 UTC
rendered paste body
fred@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