From 1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 27 Oct 2013 20:38:15 -0200 Subject: Renaming stages --- manifests/repository.pp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 manifests/repository.pp (limited to 'manifests/repository.pp') diff --git a/manifests/repository.pp b/manifests/repository.pp new file mode 100644 index 0000000..b148933 --- /dev/null +++ b/manifests/repository.pp @@ -0,0 +1,9 @@ +import "config.pp" +import "classes/puppet_bootstrap.pp" + +# setup modules for use with other stages +include puppet_bootstrap + +puppet_bootstrap::puppet_modules{ "modules": + puppet_dir => "$puppet_bootstrap_tmpdir", +} -- cgit v1.2.3