diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6216ef8 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ + +MODULES = $(shell find . -maxdepth 1 -mindepth 1 -type d) + +all: puppet-modules.tar.gz + +puppet-modules.tar.gz: $(MODULES) + umask 022 ; tar zcvf $@ --owner=root --group=root \ + --mode g-w,o=g $^