From 548b2bb4674dfc7b70ee796eeecb47c6f828ce1f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 28 Nov 2015 21:37:14 -0500 Subject: [PATCH] Correctly list the OS for puppetmaster in the manifest puppetmaster now runs on trusty, not precise. Let's have the manifest reflect reality. Change-Id: I1c4d18cb3ca25560e8a75f1c8e50a51a86ad11e6 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 38c2f37b81..ab39000f6b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -244,7 +244,7 @@ node 'cacti.openstack.org' { } } -# Node-OS: precise +# Node-OS: trusty node 'puppetmaster.openstack.org' { class { 'openstack_project::server': iptables_public_tcp_ports => [8140],