Sha256: c1ebdda5f17a35b1330a4d5df66c0b8d4ab2006e7e418a37cef7c8173715d3a1

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

#
# Test vhost
#
NameVirtualHost *:80
<VirtualHost *:80>
  ServerName testvhost
  DocumentRoot /tmp/testvhost
  <Directory /tmp/testvhost> 
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    allow from all
  </Directory>
  ErrorLog /var/log/apache2/error.log
  LogLevel warn
  CustomLog /var/log/apache2/access.log combined
  ServerSignature On
</VirtualHost>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
puppet-module-0.3.4 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-module-0.3.3 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-module-0.3.2 spec/fixtures/releases/jamtur01-apache/files/test.vhost
puppet-module-0.3.0 spec/fixtures/releases/jamtur01-apache/files/test.vhost