From b50dd8ae86f3d8bb52c5ad32de559395c6f46e21 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 4 Mar 2014 13:50:56 -0300 Subject: Move bootstrap specific manifests to a folder --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0f6959e..d327c64 100644 --- a/Makefile +++ b/Makefile @@ -37,10 +37,10 @@ remote: config: $(EDITOR) hiera/bootstrap.yaml - $(PUPPET) manifests/classes/configurator.pp + $(PUPPET) manifests/bootstrap/configurator.pp apply: - $(PUPPET) manifests/$(stage).pp + $(PUPPET) manifests/bootstrap/$(stage).pp clean: rm -rf modules -- cgit v1.2.3