module-nginx/tests/vhost.pp
2011-06-06 17:38:40 -05:00

8 lines
149 B
Puppet

include nginix
nginx::resource::vhost { 'test.local':
ensure => present,
ipv6_enable => 'true',
proxy => 'http://proxypass',
}