All pastes #2067809 Raw Edit

Untitled

public text v1 · immutable
#2067809 ·published 2011-05-23 19:09 UTC
rendered paste body
$ cat Makefile 
all: apply

apply:
        puppet --modulepath $(CURDIR)/modules $(CURDIR)/manifests/site.pp

test:
        find -name '*.pp' | xargs -t -n1 -P10 puppet --parseonly