Correct global site manifest for pholio puppet
Remove a stray ')' and correct an incorrectly named httpd_vhost parameter for the pholio node pattern in the global site manifest. Also fix missing space that caused tests not to run. Change-Id: I64711ca5b58160c50a6bde3985d2d366652a9022
This commit is contained in:
parent
2c477a235d
commit
67fef047ca
@ -535,7 +535,7 @@ node /^firehose\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Node-OS:trusty
|
# Node-OS: trusty
|
||||||
node /^pholio\d+\.openstack\.org$/ {
|
node /^pholio\d+\.openstack\.org$/ {
|
||||||
class { 'openstack_project::server':
|
class { 'openstack_project::server':
|
||||||
iptables_public_tcp_ports => [22, 80, 443],
|
iptables_public_tcp_ports => [22, 80, 443],
|
||||||
@ -543,7 +543,7 @@ node /^pholio\d+\.openstack\.org$/ {
|
|||||||
}
|
}
|
||||||
class { '::phabricator':
|
class { '::phabricator':
|
||||||
httpd_admin_email => hiera('infra_apache_serveradmin'),
|
httpd_admin_email => hiera('infra_apache_serveradmin'),
|
||||||
httpd_vhost_name => 'pholio.openstack.org'),
|
httpd_vhost => 'pholio.openstack.org',
|
||||||
mysql_user_password => hiera('pholio_mysql_user_password'),
|
mysql_user_password => hiera('pholio_mysql_user_password'),
|
||||||
mysql_root_password => hiera('pholio_mysql_root_password'),
|
mysql_root_password => hiera('pholio_mysql_root_password'),
|
||||||
ssl_cert_file_contents => hiera('ssl_cert_file_contents'),
|
ssl_cert_file_contents => hiera('ssl_cert_file_contents'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user