Skip to content

Instantly share code, notes, and snippets.

@sawanoboly
Created September 10, 2013 03:11
Show Gist options
  • Save sawanoboly/6504534 to your computer and use it in GitHub Desktop.
Save sawanoboly/6504534 to your computer and use it in GitHub Desktop.
service 'httpd' do
action :start
end
file '/tmp/hoge' do
owner 'root'
group 'root'
mode '0600'
end
http_virtualsite 'www.example.com' do
wwwroot '/var/www/wec'
owner 'user1'
skel 'blogsite'
etc 'etc..'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment