From: Silvio Rhatto Date: Thu, 20 Aug 2015 01:18:28 +0000 (-0300) Subject: Another LAMP example X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6759fe7f6f778fa4b19f7df3d19d63c8737e2ca5;p=puppet-bootstrap.git Another LAMP example --- diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp index d24ed90..47305dc 100644 --- a/manifests/bootstrap/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -12,12 +12,27 @@ class { 'nodo': role => 'vagrant', } -# LAMP +# +# LAMP example +# #include database # #class { 'apache': # default_folder => '/vagrant', # default_user => 'vagrant', # default_group => 'vagrant', +#} # +# If you want to manage another website +#apache::site { "myapp": +# docroot => "/vagrant/", +# server_alias => 'myapp vagrant localhost', +# use => [ "Site myapp" ], +# tag => 'all', +# owner => vagrant, +# group => vagrant, +# mpm_user => vagrant, +# mpm_group => vagrant, +# password => '$5$NZfZqcdyZ3Xt$.kfZejriEJP3fc6RU0gBGEzMPQ/c3XiowVImB6VDrtD', +# shell => '/bin/bash', #}