module-nginx/tests/vhost.pp
2011-05-24 21:20:48 -05:00

7 lines
No EOL
111 B
Puppet

include nginix
nginix::vhost { 'www.test.com':
port => '80',
webroot => "/opt/www/test",
ssl => false,
}