From cb97ea721155cf838c9f0234c0e3017c41d98818 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Sun, 29 Mar 2015 10:26:38 +0200 Subject: [PATCH] Change site.yml to reflect bootstrap top-level playbook I've reorg'd the files, now I do the puppetmaster bootstrap in bootstrap.yml --- site.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/site.yml b/site.yml index d9f6814..511a953 100644 --- a/site.yml +++ b/site.yml @@ -1,8 +1,7 @@ --- # file: site.yml -- include: provision -- include: puppetdb -- include: puppetmaster -- include: jenkins -- include: gerrit -- include: nodepool +- include: provision.yml +- include: bootstrap.yml +#- include: gerrit +#- include: jenkins +#- include: nodepool