Untitled
public text v1 · immutable$ cat Makefile
all: apply
apply:
puppet --modulepath $(CURDIR)/modules $(CURDIR)/manifests/site.pp
test:
find -name '*.pp' | xargs -t -n1 -P10 puppet --parseonly$ cat Makefile
all: apply
apply:
puppet --modulepath $(CURDIR)/modules $(CURDIR)/manifests/site.pp
test:
find -name '*.pp' | xargs -t -n1 -P10 puppet --parseonly