Correct global site manifest regex for planet.o.o

The regex in the global site manifest for planet01.openstack.org
needs to also cover the existing planet.openstack.org, so match on 0
or more trailing digits.

Change-Id: I98a86d2b65c80a48b523753d5eacd3aca9108268
This commit is contained in:
Jeremy Stanley 2017-03-31 18:14:23 +00:00
parent 3c5368347e
commit dc80d13291

View File

@ -317,7 +317,7 @@ node /^paste\d+\.openstack\.org$/ {
# Node-OS: precise
# Node-OS: trusty
# Node-OS: xenial
node /planet\d+\.openstack\.org$/ {
node /planet\d*\.openstack\.org$/ {
class { 'openstack_project::planet':
sysadmins => hiera('sysadmins', []),
}