Changed top level Makefile to assume all directories are modules

This commit is contained in:
Ossi Salmi 2013-01-17 10:57:49 +02:00
parent 963f1d1bfc
commit dfe28aa71a

View file

@ -1,5 +1,4 @@
MODULES := $(shell find */manifests/init.pp | sed -e 's/^\([^\/]*\).*/\1/')
MODULES := $(shell find * -type d -prune)
MANIFESTS := $(shell find . -name \*.pp)
MODULESDIR := /etc/puppet/modules-$(shell date +%Y-%m-%d)
TARFLAGS = --owner=root --group=root --mode g-w,o=g --exclude=.git --exclude=rdoc