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
This commit is contained in:
Monty Taylor 2015-11-28 21:37:14 -05:00
parent d7b91b45cc
commit 548b2bb467

View File

@ -244,7 +244,7 @@ node 'cacti.openstack.org' {
} }
} }
# Node-OS: precise # Node-OS: trusty
node 'puppetmaster.openstack.org' { node 'puppetmaster.openstack.org' {
class { 'openstack_project::server': class { 'openstack_project::server':
iptables_public_tcp_ports => [8140], iptables_public_tcp_ports => [8140],