From d2331dfe6d46e7e1f824e7692828411e4b7d7d28 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 18:57:07 -0300 Subject: Starting to refactor / site_ convention --- manifests/master.pp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'manifests/master.pp') diff --git a/manifests/master.pp b/manifests/master.pp index 4aa3806..30f6dc2 100644 --- a/manifests/master.pp +++ b/manifests/master.pp @@ -1,13 +1,13 @@ +# +# This file is intended to configure the initial +# puppetmaster node. +# +# Once it's running it can setup all the other nodes. +# + +# Import the needed config and modules import "config.pp" import "nodo" -include git - -# puppet config -package { [ "puppet", "puppetmaster" ]: ensure => installed, } - -service { "puppetmaster": - ensure => stopped, - require => Package["puppetmaster"] -} - +# Include the master node configuration +include nodo::role::master -- cgit v1.2.3