aboutsummaryrefslogtreecommitdiff
path: root/manifests/stage1.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/stage1.pp')
-rw-r--r--manifests/stage1.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/stage1.pp b/manifests/stage1.pp
index 1bce6f2..6a8e82a 100644
--- a/manifests/stage1.pp
+++ b/manifests/stage1.pp
@@ -3,5 +3,5 @@ import "puppet_bootstrap.pp"
include puppet_bootstrap
puppet_bootstrap::puppet_modules{ "modules":
- modules_dir => "$puppet_bootstrap_tmpdir/modules",
+ puppet_dir => "$puppet_bootstrap_tmpdir",
}