From 658b0958ff790296842622533a3c049cda9b77a4 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 24 Feb 2016 11:38:10 -0600 Subject: [PATCH] Configure the host to report to puppetdb as We need to plumb through a configured host setting to report to puppetdb as so that certs work. Change-Id: I290ad569283390bac2a74a9991331c9e86821ab7 --- playbooks/group_vars/all.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/group_vars/all.yaml b/playbooks/group_vars/all.yaml index 8f5a5be95f..0cb93e6c51 100644 --- a/playbooks/group_vars/all.yaml +++ b/playbooks/group_vars/all.yaml @@ -4,3 +4,4 @@ manifest: /opt/system-config/production/manifests/site.pp manifest_base: /opt/system-config puppetdb: https://puppetdb.openstack.org:8081 puppet_logdest: syslog +puppet_report_as: puppetmaster.openstack.org