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
|
||||
</Location>
|
||||
|
||||
Alias /reviews <%= $reviewday::site::httproot %>
|
||||
Alias /reviews /srv/static/reviewday
|
||||
|
||||
<Directory <%= docroot %>>
|
||||
Options <%= options %>
|
||||
|
@ -82,7 +82,7 @@ define reviewday::site(
|
||||
|
||||
file { '/var/lib/reviewday/.ssh/config':
|
||||
ensure => present,
|
||||
content => template('ssh_config.erb'),
|
||||
content => template('reviewday/ssh_config.erb'),
|
||||
owner => 'reviewday',
|
||||
group => 'reviewday',
|
||||
mode => '0644',
|
||||
|
Loading…
Reference in New Issue
Block a user