diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-27 20:38:15 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-27 20:38:15 -0200 |
commit | 1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 (patch) | |
tree | ccdd351d8a313a599a91e87e1c62c0f7f43b5f94 /manifests/stage0.pp | |
parent | 6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (diff) | |
download | puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.gz puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.bz2 |
Renaming stages
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", -} |