[Puppet Users] Getting error : can not intern instances from application/x-raw

2012-09-23 Thread Basil Kurian
Hi I 'm using nginx+unicorn on puppet master. I 'm getting the below error on my client [root@client ~]# /usr/sbin/puppetd --onetime --no-daemonize --verbose --server puppet.example.com info: Caching catalog for client.example.com info: Applying configuration version '1348374082' err: Could not r

[Puppet Users] Re: Getting error : can not intern instances from application/x-raw

2012-09-23 Thread Basil Kurian
Added the below lines to fileserver.conf [files] path /etc/puppet/files/ allow puppet-example-clien and removed location /production/file_metadata/files/ { Section from nginx conf file. This resolved the issue. On 23 September 2012 18:08, Basil Kurian wrote: > Hi > > I 'm using nginx+unico

[Puppet Users] Re: Getting error : can not intern instances from application/x-raw

2012-09-23 Thread Basil Kurian
Earlier , I was trying to offload file sourcing from puppet , like the one mentioned here http://www.masterzen.fr/2010/03/21/more-puppet-offloading/ And it was not working :( On 24 September 2012 02:32, Basil Kurian wrote: > Added the below lines to fileserver.conf > > [files] > path /etc/puppe

[Puppet Users] "Could not find class drew" error message when trying to load module

2012-09-23 Thread drew khoury
I posted a vagrant/puppet issue https://groups.google.com/forum/?fromgroups=#!topic/vagrant-up/36lz6yKGfDw (still not sure where the issue lies) so I thought I'd try my luck on the puppet group too. I am trying to load the most basic example of a module as per the puppet docs, using a default

[Puppet Users] require file/package not managed by puppet

2012-09-23 Thread Justin Ryan
I would like to place a file with puppet only if a certain package is installed on the system -- but assuming this package is not puppet-managed. Checking for the presence of a non-puppet-managed file is also ok. Is this possible? using require => Package['mypkg'] doesn't work if it's not puppe

Re: [Puppet Users] "Could not find class drew" error message when trying to load module

2012-09-23 Thread R.I.Pienaar
- Original Message - > From: "drew khoury" > To: puppet-users@googlegroups.com > Sent: Monday, September 24, 2012 12:10:06 AM > Subject: [Puppet Users] "Could not find class drew" error message when trying > to load module > > -- init.php .pp, not .php. -- You received this message

[Puppet Users] Announcement: Geppetto 3.0 released

2012-09-23 Thread Henrik Lindberg
Geppetto 3.0.0 == The 3.0.0 release of Geppetto (Puppet IDE) is available as ready to run download or update from within Geppetto for all users of 2.x. This is the biggest release of Geppetto functionality since its creation with more than a 100 fixed issues and enhancements. In th

Re: [Puppet Users] "Could not find class drew" error message when trying to load module

2012-09-23 Thread drew khoury
of course, such a simple typo, thanks so much! Too many years of typing .php, will have to get my mind in the puppet world now :) On Monday, September 24, 2012 9:50:41 AM UTC+10, R.I. Pienaar wrote: > > > > - Original Message - > > From: "drew khoury" > > > To: puppet...@googlegroups.co

[Puppet Users] puppetd --tags doesnt work for some module

2012-09-23 Thread shell heriyanto
Dear All, I have enviroment testing, staging and production for puppet, when i trying to test running staging on production, run command: puppetd --test --env staging # its work puppetd --test --env staging --tags ntp # its work puppetd --test --env staging --tags http # its do