Fix reviewday errors.
Change-Id: I702bdd6845df2cd6e9b8c464b95cca50fb783875 Reviewed-on: https://review.openstack.org/25418 Reviewed-by: Elizabeth Krumbach <lyz@princessleia.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
parent
5d5a435dbf
commit
0a893d5c44
@ -42,7 +42,7 @@ NameVirtualHost <%= vhost_name %>:<%= port %>
|
|||||||
Allow from all
|
Allow from all
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
Alias /reviews <%= $reviewday::site::httproot %>
|
Alias /reviews /srv/static/reviewday
|
||||||
|
|
||||||
<Directory <%= docroot %>>
|
<Directory <%= docroot %>>
|
||||||
Options <%= options %>
|
Options <%= options %>
|
||||||
|
@ -82,7 +82,7 @@ define reviewday::site(
|
|||||||
|
|
||||||
file { '/var/lib/reviewday/.ssh/config':
|
file { '/var/lib/reviewday/.ssh/config':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
content => template('ssh_config.erb'),
|
content => template('reviewday/ssh_config.erb'),
|
||||||
owner => 'reviewday',
|
owner => 'reviewday',
|
||||||
group => 'reviewday',
|
group => 'reviewday',
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
|
Loading…
Reference in New Issue
Block a user