Re: [Puppet Users] (New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient

2013-01-20 Thread Iain Sutton
It looks like a syntax issue (at a minimum): *package { "sudo-ldap":* *ensure => present,* *require => Package["sudo],* *}* *}* * * There isn't a trailing doublequote for the "sudo" line. On 20 January 2013 16:38, Fusebox wrote: > Hello Folks! > > I am trying to learn pu

[Puppet Users] How do I add multiple new services to /etc/services using augeas/augtool?

2013-01-20 Thread Stephen Sollar
I am trying to add multiple new services to /etc/services file. I was able to get one entry placed as the last service, but have been unable to insert additional entries. augtool> set /files/etc/services/service-name[last()] "DB2_db2inst1_1" augtool> set /files/etc/services/service-name[. = 'DB

[Puppet Users] (New To Puppet)Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not find class sudo for pupclient on node pupclient

2013-01-20 Thread Fusebox
Hello Folks! I am trying to learn puppet. Installed the puppet 3.0.2 and configured one node as the master and the other as the client. Generated the certs and all that. But, I seem to be doing something wrong wrt to the init.pp file. Attached is exact error and my current server configuration.

Re: [Puppet Users] Re: Puppet Dashboard and Ruby 1.8.7 for EL5 systems HOWTO (draft)

2013-01-20 Thread Andrew Melo
Hello, On Fri, Jan 18, 2013 at 4:32 PM, Jascha Lee wrote: > > > On Wednesday, January 4, 2012 5:04:34 PM UTC-8, Jo wrote: >> >> >> Step 1: Upgrade Ruby >> > > The puppetlabs-deps repo ( > http://yum.puppetlabs.com/el/5/products/x86_64/puppetlabs-release-5-6.noarch.rpm) > has ruby 1.8.7 RPMs > F

Re: [Puppet Users] Windows Puppet File Resource Getting Puppet Server's UNIX File Permissions

2013-01-20 Thread Rich Siegel
Permissions on the source should be irrelevant imho. Windows should always respect the destination inheritance, particularly if no mode is specified. Source perms are irrelevant imho. We need a proper permissions type and provider which can handle the ntfs acl style. Mode interpretation is jus

[Puppet Users] Re: Does a service resource autorequire its package resource?

2013-01-20 Thread royhills
Thanks for the responses. The pointer to the autorequires sections in the type reference is what I was looking for. It might be a good idea to add this pointer to the autorequire section in the docs here: http://docs.puppetlabs.com/learning/ordering.html This is what I read first, and it doesn'