[Puppet Users] puppet fileserver and $environment in foreman

2012-08-14 Thread Yaniv Fine
Hello puppet experts i have followed the following docoment to setup separate environment for development testing and production http://puppetlabs.com/blog/git-workflow-and-puppet-environments/ can i use environment variable inside a module and thus calling separate modules for separate env

[Puppet Users] puppet fileserver and $environment in foreman

2012-08-14 Thread Yaniv Fine
Hello puppet experts i have followed the following docoment to setup separate environment for development testing and production http://puppetlabs.com/blog/git-workflow-and-puppet-environments/ can i use environment variable inside a module and thus calling separate modules for separate env

Re: [Puppet Users] Puppet fileserver path

2011-05-25 Thread Sumith Sudhakaran
thanks Peter On Wed, May 25, 2011 at 6:10 PM, Peter Bukowinski wrote: > On Wednesday, May 25, 2011 at 8:10 AM, Sumith Sudhakaran wrote: > Hi, > > > > Is it possible, to change the default puppet file server path. > > > > [files] > > path /var/lib/puppet/files > > > > > > -- > > Regards > > > >

Re: [Puppet Users] Puppet fileserver path

2011-05-25 Thread Peter Bukowinski
On Wednesday, May 25, 2011 at 8:10 AM, Sumith Sudhakaran wrote: Hi, > > Is it possible, to change the default puppet file server path. > > [files] > path /var/lib/puppet/files > > > -- > Regards > > Sumith Yes. You can any location / multiple locations in /etc/puppet/fileserver.conf. I us

[Puppet Users] Puppet fileserver path

2011-05-25 Thread Sumith Sudhakaran
Hi, Is it possible, to change the default puppet file server path. *[files] path /var/lib/puppet/files* -- * Regards*** * Sumith** * -- 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@googl

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread Nigel Kersten
On Thu, Dec 9, 2010 at 5:38 PM, R.I.Pienaar wrote: > > > On 10 Dec 2010, at 00:55, Nigel Kersten wrote: > >> On Thu, Dec 9, 2010 at 1:34 PM, Brice Figureau >> wrote: >>> On 09/12/10 21:36, Chris C wrote: I planned on moving to Passenger very soon. What about the file server?  Is t

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread R.I.Pienaar
On 10 Dec 2010, at 00:55, Nigel Kersten wrote: > On Thu, Dec 9, 2010 at 1:34 PM, Brice Figureau > wrote: >> On 09/12/10 21:36, Chris C wrote: >>> I planned on moving to Passenger very soon. >>> >>> What about the file server? Is there any worth in moving from >>> nfs/autofs to puppet fileser

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread Nigel Kersten
On Thu, Dec 9, 2010 at 1:34 PM, Brice Figureau wrote: > On 09/12/10 21:36, Chris C wrote: >> I planned on moving to Passenger very soon. >> >> What about the file server?  Is there any worth in moving from >> nfs/autofs to puppet fileserver? > > The only reason I can see is security, access contro

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread Brice Figureau
On 09/12/10 21:36, Chris C wrote: > I planned on moving to Passenger very soon. > > What about the file server? Is there any worth in moving from > nfs/autofs to puppet fileserver? The only reason I can see is security, access control and auditing. Every access is protected through SSL, can be l

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread Chris C
I planned on moving to Passenger very soon. What about the file server? Is there any worth in moving from nfs/autofs to puppet fileserver? /C On Thu, Dec 9, 2010 at 2:25 PM, Patrick wrote: > > On Dec 9, 2010, at 9:45 AM, Chris C wrote: > > > How robust and secure is the embedded fileserver i

Re: [Puppet Users] puppet fileserver

2010-12-09 Thread Patrick
On Dec 9, 2010, at 9:45 AM, Chris C wrote: > How robust and secure is the embedded fileserver in puppet? > > So far my environment consists of 15 nodes with about 80 checks per node. > I'm doing alot of md5 checks on files. I anticipate ~150 nodes. I am > currently using autofs and the so

[Puppet Users] puppet fileserver

2010-12-09 Thread Chris C
How robust and secure is the embedded fileserver in puppet? So far my environment consists of 15 nodes with about 80 checks per node. I'm doing alot of md5 checks on files. I anticipate ~150 nodes. I am currently using autofs and the source for my files is /net/netapp/puppet/files/ Righ