aboutsummaryrefslogtreecommitdiff
path: root/manifests/admin-stage1.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-10-27 20:38:15 -0200
commit1dbfb411962d22b3f61fb9ec2696879bb9a62ca4 (patch)
treeccdd351d8a313a599a91e87e1c62c0f7f43b5f94 /manifests/admin-stage1.pp
parent6f517a0fc2d2c29596d13c75b2a132bce10d57a8 (diff)
downloadpuppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.gz
puppet-bootstrap-1dbfb411962d22b3f61fb9ec2696879bb9a62ca4.tar.bz2
Renaming stages
Diffstat (limited to 'manifests/admin-stage1.pp')
-rw-r--r--manifests/admin-stage1.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/admin-stage1.pp b/manifests/admin-stage1.pp
deleted file mode 100644
index 4aa3806..0000000
--- a/manifests/admin-stage1.pp
+++ /dev/null
@@ -1,13 +0,0 @@
-import "config.pp"
-import "nodo"
-
-include git
-
-# puppet config
-package { [ "puppet", "puppetmaster" ]: ensure => installed, }
-
-service { "puppetmaster":
- ensure => stopped,
- require => Package["puppetmaster"]
-}
-