Re: [Puppet Users] Re: Importing declarations into node/class scope

2013-09-10 Thread jcbollinger
On Monday, September 9, 2013 2:17:48 PM UTC-5, Stepan Seycek wrote: > > Hi John, > > Am 09.09.2013 15:39, schrieb jcbollinger: > > > > On Monday, September 9, 2013 1:52:43 AM UTC-5, Stepan Seycek wrote: >> >> Hi John, >> >> thanks for your reply. Unfortunately that does not solve my actual

Re: [Puppet Users] Re: Importing declarations into node/class scope

2013-09-09 Thread Stepan Seycek
Hi John, Am 09.09.2013 15:39, schrieb jcbollinger: On Monday, September 9, 2013 1:52:43 AM UTC-5, Stepan Seycek wrote: Hi John, thanks for your reply. Unfortunately that does not solve my actual problem. I want to avoid maintaining multiple vhost entries inside one file. M

Re: [Puppet Users] Re: Importing declarations into node/class scope

2013-09-09 Thread jcbollinger
On Monday, September 9, 2013 1:52:43 AM UTC-5, Stepan Seycek wrote: > > Hi John, > > thanks for your reply. Unfortunately that does not solve my actual > problem. I want to avoid maintaining multiple vhost entries inside one file. > My suggestion accomplishes that. Following Puppet best pract

Re: [Puppet Users] Re: Importing declarations into node/class scope

2013-09-08 Thread Stepan Seycek
Hi John, thanks for your reply. Unfortunately that does not solve my actual problem. I want to avoid maintaining multiple vhost entries inside one file. Instead I want to be able to add a vhost by simply adding one file dedicated to that vhost to a directory. This would allow me to easily integrat

[Puppet Users] Re: Importing declarations into node/class scope

2013-09-06 Thread jcbollinger
On Friday, September 6, 2013 1:48:45 AM UTC-5, Stepan Seycek wrote: > > Hello Puppet Users, > > I am trying to find a solution for the following use case: > > On a web server I want to manage many virtual hosts. Instead of declaring > all these hosts inside one single class (and therefore file)