fix tests
This commit is contained in:
parent
789d8d3f3b
commit
273f94d321
@ -4,8 +4,8 @@
|
||||
NameVirtualHost *:80
|
||||
<VirtualHost *:80>
|
||||
ServerName testvhost
|
||||
DocumentRoot /tmp/testvhost
|
||||
<Directory /tmp/testvhost>
|
||||
DocumentRoot <%= docroot %>
|
||||
<Directory <%= docroot %>>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride None
|
||||
Order allow,deny
|
@ -1,2 +1,6 @@
|
||||
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