vhost.pp 149 B

12345678
  1. include nginix
  2. nginx::resource::vhost { 'test.local':
  3. ensure => present,
  4. ipv6_enable => 'true',
  5. proxy => 'http://proxypass',
  6. }