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
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
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
, 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
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
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
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
>
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