Changed top level Makefile to assume all directories are modules
This commit is contained in:
parent
963f1d1bfc
commit
dfe28aa71a
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -1,5 +1,4 @@
|
||||||
|
MODULES := $(shell find * -type d -prune)
|
||||||
MODULES := $(shell find */manifests/init.pp | sed -e 's/^\([^\/]*\).*/\1/')
|
|
||||||
MANIFESTS := $(shell find . -name \*.pp)
|
MANIFESTS := $(shell find . -name \*.pp)
|
||||||
MODULESDIR := /etc/puppet/modules-$(shell date +%Y-%m-%d)
|
MODULESDIR := /etc/puppet/modules-$(shell date +%Y-%m-%d)
|
||||||
TARFLAGS = --owner=root --group=root --mode g-w,o=g --exclude=.git --exclude=rdoc
|
TARFLAGS = --owner=root --group=root --mode g-w,o=g --exclude=.git --exclude=rdoc
|
||||||
|
|
Loading…
Add table
Reference in a new issue