[Puppet Users] Calling London Puppet fans!

2009-11-24 Thread John Arundel
Hi, If you're in London and have a free evening this Thursday, come along to the inaugural London DevOps Curry Night! As the name suggests it's meant to bring together like-minded devs and sysadmins, especially those interested in config management and automation, over some food and beers. There w

[Puppet Users] SLES 10 client keeps removing and re-adding accounts to groups

2009-11-24 Thread Jason Amato
SLES 10 clients keeps removing and re-adding accounts to groups. Can't use this product in production as a result, I'd like to use it though. Using clients 25.1 with master 25.1 This keeps re-occuring with every single puppet client run: Nov 24 09:57:09 puppetd[26915]: (//unixuser/User[jdoe]/gro

[Puppet Users] Re: {SPAM 05.5} SSH Keys

2009-11-24 Thread seph
sysboy writes: > Ideally I would like something where I could have > > class prod_users { > realize User['user1'] > realize Sshkeys['user1'] # this bit would expand the groups of > keys and deploy them to user1 > } I'm still a bit confused, but what I can help you. I define a bunch of

Re: [Puppet Users] deprecation notice: "Files found in modules without specifying 'modules' in file path"

2009-11-24 Thread Andrew Schulman
> >>> I can't understand what this means. What does it mean, "specifying > >>> 'modules' in file path"? > >>> [...] > >>> file { "/etc/firehol/firehol.conf": > >>> source => "puppet:///firehol/firehol.conf" > >>> } > >> file { "/etc/firehol/firehol.conf": > >>source => "puppet:///modules/fir

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
> The Type Reference lists 8 read-only type attributes, but I can't find any > information in the documentation about how to use them. Are they usable, > and if so how? Any answer to this question? If read-only attributes are only for internal use in Puppet, it would be helpful to say that in th

Re: [Puppet Users] deprecation notice: "Files found in modules without specifying 'modules' in file path"

2009-11-24 Thread James Turnbull
2009/11/25 Andrew Schulman : >> >>> I can't understand what this means.  What does it mean, "specifying >> >>> 'modules' in file path"? >> >>> [...] >> >>> file { "/etc/firehol/firehol.conf": >> >>>   source => "puppet:///firehol/firehol.conf" >> >>> } >> >> file { "/etc/firehol/firehol.conf": >> >

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
> On Thu, Nov 19, 2009 at 11:52 AM, Andrew Schulman < > google-groups-and...@sneakemail.com> wrote: > > > The Type Reference lists 8 read-only type attributes, but I can't find any > > information in the documentation about how to use them. Are they usable, > > and if so how? > > > > Here's my #1

[Puppet Users] Re: No format match the given format name or mime-type (b64_zlib_yaml)

2009-11-24 Thread Jamie
Just for reference... I don't know what the cause of this issue is, and apparently I'm the only one having it. I was able to fix it (hack to get around it?) by slightly modifying fact_handler.rb def facts_for_uploading facts = find_facts #format = facts.class.default_format

Re: [Puppet Users] Re: No format match the given format name or mime-type (b64_zlib_yaml)

2009-11-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jamie wrote: > Just for reference... > > I don't know what the cause of this issue is, and apparently I'm the > only one having it. I was able to fix it (hack to get around it?) by > slightly modifying fact_handler.rb Can you please log a ticket for

Re: [Puppet Users] deprecation notice: "Files found in modules without specifying 'modules' in file path"

2009-11-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Turnbull wrote: >> http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation?action=diff&version=45&old_version=44 >> . I'd appreciate it if someone would check this to see if I got it right. >> Also, do the template paths need to be similarl

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread James Turnbull
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Schulman wrote: >> that doesnt exactly work as you described it. As a feature, if you set up >> default mode as 644, puppet assumes that you want 755 on dirs and not 644. > > I've tested this and it's true, so I've added an explanation of it in

Re: [Puppet Users] Re: No format match the given format name or mime-type (b64_zlib_yaml)

2009-11-24 Thread Dan Bode
Hi Jamie, Changing code should not be required, there is a parameter used to determine the serialization format. can you run the following and send me the output: #puppet --genconfig | grep preferred_serialization_format #rpm -q zlib thanks, Dan -- You received this message because you are s

Re: [Puppet Users] SLES 10 client keeps removing and re-adding accounts to groups

2009-11-24 Thread Dan Bode
Hi Jason, > SLES 10 clients keeps removing and re-adding accounts to groups. > Can't use this product in production as a result, I'd like to use it > though. > Using clients 25.1 with master 25.1 > > This keeps re-occuring with every single puppet client run: > Nov 24 09:57:09 puppetd[26915]: (/

Re: [Puppet Users] are read-only type attributes usable?

2009-11-24 Thread Andrew Schulman
> Andrew Schulman wrote: > >> that doesnt exactly work as you described it. As a feature, if you set up > >> default mode as 644, puppet assumes that you want 755 on dirs and not 644. > > > > I've tested this and it's true, so I've added an explanation of it in the > > docs. It's pretty important