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