Re: [Puppet Users] Could not find class defined for specific environment when running puppet agent

2017-02-26 Thread Jamals
I'm very sorry for the late reply, and thank you so much for your interest and input. The first error (Error 500) seems to indicate that the file > permissions for one or more files/directories in the path to the > opsusers.pp file does not allow puppet to read the file. > I verified permissi

Re: [Puppet Users] Could not find class defined for specific environment when running puppet agent

2017-02-22 Thread Carthik Sharma
Hi, On Wed, Feb 22, 2017 at 8:22 AM, Jamals wrote: > Hi all, > > I have a curious problem that I'd appreciate help/guidance on. > > We are running puppetserver 2.6.0 (puppetmaster.domain.ca) with cobbler > 2.6.11 as our ENC. All our servers/nodes are centos 7.3 > > On the puppet client (node.do

Re: [Puppet Users] "Could not find class" hiccups *often* once after manifest/module changes

2013-03-18 Thread christian . le . flamm
Switching to an Apache/Passenger/Rack solution (and dumping WEBrick) seems to solve this problem. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+u

Re: [Puppet Users] "Could not find class" hiccups *often* once after manifest/module changes

2013-03-08 Thread christian . le . flamm
Hey, here's a detailed error example: Debug: importing '/opt/xxx/dev/puppet/modules/xxxbase/manifests/packages/basictools.pp' in environment production Debug: Automatically imported xxxbase::packages::basictools from xxxbase/packages/basictools into production Error: Could not find class xxxbas

Re: [Puppet Users] "Could not find class" hiccups *often* once after manifest/module changes

2013-03-08 Thread David Schmitt
On 08.03.2013 10:33, christian.le.fl...@gmail.com wrote: Hi David, thanks for your answer! I only have the 'nodes.pp' import: > egrep -R "import[ \t]" /opt/xxx/dev/puppet/ /opt/xxx/dev/puppet/manifests/site.pp:import 'nodes.pp' Must I get rid of this? You might want to run the puppe

Re: [Puppet Users] "Could not find class" hiccups *often* once after manifest/module changes

2013-03-08 Thread christian . le . flamm
Hi David, thanks for your answer! I only have the 'nodes.pp' import: > egrep -R "import[ \t]" /opt/xxx/dev/puppet/ /opt/xxx/dev/puppet/manifests/site.pp:import 'nodes.pp' Must I get rid of this? Best Regards, Christian > > Hi, > > I've reported a similar issue recently here: > >h

Re: [Puppet Users] "Could not find class" hiccups *often* once after manifest/module changes

2013-03-08 Thread David Schmitt
On 08.03.2013 09:33, christian.le.fl...@gmail.com wrote: Hi, I’ve got no idea if this is a bug or some kind of misuse/misconfiguration. Hope somebody can help. Thanks! If I change a file in a module or manifest directory this /often/ results in errors, mostly of the following kinds * Cou

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

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

Re: [Puppet Users] could not find class

2011-03-15 Thread Brandon Metcalf
Thanks. This is what I thought and I tried moving that class to a module named groups to no avail. I'll revisit to see what I did wrong. On Mar 15, 2011, at 4:48, Martijn Grendelman wrote: > On 14-03-11 22:31, Brandon Metcalf wrote: >> I'm using the module https://github.com/sansnoc/puppet/tre

Re: [Puppet Users] could not find class

2011-03-15 Thread Martijn Grendelman
On 14-03-11 22:31, Brandon Metcalf wrote: > I'm using the module https://github.com/sansnoc/puppet/tree/master/users > but running into a problem where puppet can't find a class. In /etc/ > puppet/manifests/nodes.pp I have > > node basenode { >include hosts >include groups::namidev >i

Re: [Puppet Users] Could not find class

2010-12-16 Thread Daniel Piddock
On 16/12/10 01:48, Dmytro Bablinyuk wrote: > Hi Everybody, > > I am sure that I am missing something very obvious, > > I have installed rsync package > > git clone https://github.com/camptocamp/puppet-rsyncd.git rsync > > The path > > r...@puppet-master:/etc/puppet/modules/rsync/manifests/classes#

Re: [Puppet Users] Could not find class, code-blind

2010-06-18 Thread Tore Lønøy
Darn it. now I see the typo. I looked at your comment for 5 mins before i noticed. Oh well :) Thanks alot! On 17 June 2010 19:55, Gabriel Filion wrote: > On 2010-06-17 06:31, Tore wrote: > > I'm troubled with a node-definition not able to resolve a class: > > Could not find class rhnsd::common

Re: [Puppet Users] Could not find class, code-blind

2010-06-17 Thread Gabriel Filion
On 2010-06-17 06:31, Tore wrote: > I'm troubled with a node-definition not able to resolve a class: > Could not find class rhnsd::common at /etc/puppet/manifests/nodes.pp: > 8 on node X > > Content of manifest/site.pp: > import "nodes.pp" > [...] > > The layout of modules/rhnsd/ is: > |-- files

Re: [Puppet Users] Could not find class, code-blind

2010-06-17 Thread Silviu Paragina
On 17.06.2010 13:31, Tore wrote: I'm troubled with a node-definition not able to resolve a class: Could not find class rhnsd::common at /etc/puppet/manifests/nodes.pp: 8 on node X Content of manifest/site.pp: import "nodes.pp" [...] The layout of modules/rhnsd/ is: |-- files | `-- up2date-r