diff options
Diffstat (limited to 'manifests/stage0.pp')
-rw-r--r-- | manifests/stage0.pp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/stage0.pp b/manifests/stage0.pp deleted file mode 100644 index b148933..0000000 --- a/manifests/stage0.pp +++ /dev/null @@ -1,9 +0,0 @@ -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", -} |