fix tests
This commit is contained in:
parent
789d8d3f3b
commit
273f94d321
@ -4,8 +4,8 @@
|
|||||||
NameVirtualHost *:80
|
NameVirtualHost *:80
|
||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName testvhost
|
ServerName testvhost
|
||||||
DocumentRoot /tmp/testvhost
|
DocumentRoot <%= docroot %>
|
||||||
<Directory /tmp/testvhost>
|
<Directory <%= docroot %>>
|
||||||
Options Indexes FollowSymLinks MultiViews
|
Options Indexes FollowSymLinks MultiViews
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
@ -1,2 +1,6 @@
|
|||||||
include apache
|
include apache
|
||||||
apache::vhost { 'test.vhost': source => 'puppet:///modules/apache/test.vhost' }
|
apache::vhost { 'test.vhost':
|
||||||
|
port => 80,
|
||||||
|
docroot => '/tmp/testvhost',
|
||||||
|
template => 'apache/test.vhost.erb'
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user