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