Hi, > anyone have an apache2 virtualhosts template they like and would like > to share? > > For example I would like to provision quickly > > website1.com > website2.com > website3.com > > and have the docroots be in > > /home/vhosts/website1.com/htdocs/ > /home/vhosts/website2.com/htdocs/ > /home/vhosts/website3.com/htdocs/
Have a look at http://github.com/camptocamp/puppet-apache/tree/master The apache::vhost and apache::vhost-ssl definitions do exactly that. You can use it this way: include apache apache::vhost { ["website1.com", "website2.com", "website3.com"]: } You'll just have to modify the $wwwroot variable. By default, sites are created under /var/www/ Marc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---