Added Makefile.inc to puppet-modules.tar.gz
This commit is contained in:
parent
7a3d102d89
commit
18da1eb659
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ MANIFESTS = $(shell find . -name \*.pp)
|
|||
|
||||
all: puppet-modules.tar.gz
|
||||
|
||||
puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS
|
||||
puppet-modules.tar.gz: $(MODULES) LICENSE CREDITS Makefile.inc
|
||||
umask 022 ; tar zcvf $@ --owner=root --group=root \
|
||||
--mode g-w,o=g --exclude=.git --exclude=rdoc $^
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue