Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Craig White
On Jun 23, 2011, at 12:47 PM, Daniel Pittman wrote: > On Thu, Jun 23, 2011 at 12:25, Craig White wrote: >> >> Perhaps I am going at this the wrong way but I am getting far using the >> vhosts methodology from Pro Puppet and now I want to optionally include a >> static text file. >> >> <% if

Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Markus Falb
On 23.6.2011 21:47, Daniel Pittman wrote: > On Thu, Jun 23, 2011 at 12:25, Craig White wrote: >> >> Perhaps I am going at this the wrong way but I am getting far using the >> vhosts methodology from Pro Puppet and now I want to optionally include a >> static text file. >> >> <% if location_file_

Re: [Puppet Users] apache vhosts include files

2011-06-23 Thread Daniel Pittman
On Thu, Jun 23, 2011 at 12:25, Craig White wrote: > > Perhaps I am going at this the wrong way but I am getting far using the > vhosts methodology from Pro Puppet and now I want to optionally include a > static text file. > > <% if location_file_inc != '' %-> >  <% include #{location_file_inc} %

[Puppet Users] apache vhosts include files

2011-06-23 Thread Craig White
Perhaps I am going at this the wrong way but I am getting far using the vhosts methodology from Pro Puppet and now I want to optionally include a static text file. <% if location_file_inc != '' %-> <% include #{location_file_inc} %>