[Puppet Users] pasenger does not start puppet master application under nginx

2012-12-06 Thread Anadi Misra
On the server [root@bangvmpllDA02 logs]# ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [root@bangvmpllDA02 logs]# puppet --version 3.0.1 and [root@bangvmpllDA02 logs]# service nginx configtest nginx: the configuration file /apps/nginx/nginx.conf syntax is ok nginx: configuration

[Puppet Users] pasenger does not start puppet master under nginx

2012-12-06 Thread Anadi Misra
On the server [root@bangvmpllDA02 logs]# ruby -v ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] [root@bangvmpllDA02 logs]# puppet --version 3.0.1 and [root@bangvmpllDA02 logs]# service nginx configtest nginx: the configuration file /apps/nginx/nginx.conf syntax is ok nginx: configuration

[Puppet Users] Re: pasenger does not start puppet master under nginx

2012-12-10 Thread Anadi Misra
The problem was I had misplaced config.ru inside public directory while it should have been in rack directory. BR/ Anadi Misra On Thursday, 6 December 2012 15:47:42 UTC+5:30, Anadi Misra wrote: > > On the server > > [root@bangvmpllDA02 logs]# ruby -v > ruby 1.8.7 (2011-06-30

[Puppet Users] puppet master REST API returns 403 when running under passenger works when running from command line

2012-12-10 Thread Anadi Misra
, but the puppet master still blocks it. However If I run through puppet master daemon (without nginx + passenger) all requests go through. Is there any specific configuration for Nginx host header etc or in passenger that I am missing? BR/ Anadi Misra. -- You received this message because

[Puppet Users] Re: puppet master REST API returns 403 when running under passenger works when running from command line

2012-12-10 Thread Anadi Misra
you use --server devops.X.com ? > You should use the --server hostname as the same certname name used on the > puppetmaster. > > Regards, > Felipe > > > On Monday, December 10, 2012 5:32:33 AM UTC-8, Anadi Misra wrote: >> >> Hi! Everyone, >> >> puppe

[Puppet Users] puppet allow regex issue in file server

2013-01-21 Thread Anadi Misra
hi! all, the following regex fails for a mount point definition [palms] path /apps/puppet/projects/palms/%h allow /^bangvmplmpalm([0-1][0-4,9]).example.com$/ here's the logs ./puppet.log-20130120:Thu Jan 17 19:17:21 +0530 2013 /Stage[main]//Node[bangvmplmpalm11.example.com]/File[/etc/httpd/dis

[Puppet Users] Re: Using different puppet manifests running from master..

2013-01-21 Thread Anadi Misra
what do you exactly mean by "different applications on different instances on the same machine"? elaborate . BR/ Anadi Misra. On Monday, 21 January 2013 13:51:19 UTC+5:30, Rajeev Iyer wrote: > > Hi, > > I am new to puppet. I have a requirement of having to install >

Re: [Puppet Users] puppet allow regex issue in file server

2013-01-25 Thread Anadi Misra
the VMs of this project. looks like bangvmplmpalm* is the right way to go then. also is there a way to extract the project code "plam" into a variable? something like [projects] /apps/puppet/projects/%p/%h or /apps/puppet/projects/$project/%h ? BR/ Anadi Misra. On Fri, Jan 25, 20