From 740f29de8fa0b432d9468e2bf87b83a3c403f37a Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 12 Mar 2011 18:15:40 -0300 Subject: fixing modules script --- manifests/stage1.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests/stage1.pp') diff --git a/manifests/stage1.pp b/manifests/stage1.pp index 6c67ded..1bce6f2 100644 --- a/manifests/stage1.pp +++ b/manifests/stage1.pp @@ -2,4 +2,6 @@ import "config.pp" import "puppet_bootstrap.pp" include puppet_bootstrap -puppet_modules("$puppet_bootstrap_tmpdir/modules") +puppet_bootstrap::puppet_modules{ "modules": + modules_dir => "$puppet_bootstrap_tmpdir/modules", +} -- cgit v1.2.3