Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 241 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 241 Bytes

puppet-vemap

Install Varnish, Nginx, MySQL, APC and PHP on Debian

add vhost

vhost { 'mysite.com':
  name   => 'mysite.com',
  ensure => 'present'
}

remove vhost

vhost { 'default':
  ensure => 'absent'
}