Re: [Puppet Users] Recent updates to ruby break puppet

2012-02-21 Thread kish
e confirm if this approach will help us avoid breaking puppet because of ruby updates? -- Kish --- krisk.wordpress.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@g

Re: [Puppet Users] Re: issues with new clients certs

2012-03-05 Thread kish
.8.5). Hope it helps. -- Kish --- krisk.wordpress.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-use

Re: [Puppet Users] Puppet / Facter plugin issue

2012-03-08 Thread kish
On Thu, Mar 8, 2012 at 11:12 PM, Drew wrote: > If I externalise my Puppet module config to a directory outside of > Puppet using the modulepath / manifestdir settings: > > [main] >    pluginsync=true >    modulepath=/home/ec2-user/projects/qmg-puppet/etc/puppet/modules >    manifestdir=/home/ec2-u

Re: [Puppet Users] How to create user with using puppet?

2012-07-10 Thread kish
On Tue, Jul 10, 2012 at 5:19 PM, Ganesh Kumar wrote: > Hi Guys, > > I am new to puppet world, Guys I want create a user with password, > with affect all mentioned hosts, how to do it, please guide me guys. There is this thread which talks about user creation. https://groups.google.com/forum/?fro

Re: [Puppet Users] Create files from array -> Duplicate declaration

2012-10-10 Thread kish
On Wed, Oct 10, 2012 at 1:23 PM, Patrick wrote: > hello, > > i want to create some files with an array: > > class files ( > ... > $type = [ "file1", "file2", "file3", "file4", "file5", "file5" ] > ) { > > > define rsyslog($owner = root, $group = root, $mode = 644, > $ensure =

Re: [Puppet Users] Create files from array -> Duplicate declaration

2012-10-10 Thread kish
On Wed, Oct 10, 2012 at 2:52 PM, Patrick wrote: > Fixed now :) > Just replaced $type (is used by puppet) with $logtype and used $name for the > files. > > But my last problem ist the template. > I'm using <%= scope.lookupvar('oevd_opendj::logtype') %> and puppet writes > file1file2file3file4 > How

[Puppet Users] Extra options for the diff program ?

2012-10-10 Thread kish
How do I send in extra options to the diff program that runs when puppet shows the diff between files. I'm looking to get the sdiff kind of output. Can't seem to remember the option. Any help -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. T

Re: [Puppet Users] Extra options for the diff program ?

2012-10-10 Thread kish
On Wed, Oct 10, 2012 at 10:13 PM, Jeff McCune wrote: > On Wed, Oct 10, 2012 at 9:35 AM, kish wrote: >> How do I send in extra options to the diff program that runs when >> puppet shows the diff between files. >> >> I'm looking to get the sdiff kind of output.