Re: [Puppet Users] extending puppet without hacking puppet

2011-05-09 Thread saurabh verma
On 09-May-2011, at 6:33 PM, Martijn Grendelman wrote: > On 09-05-11 14:29, Jeff wrote: >> Is it possible to extend 'package' without actually hacking the puppet >> code. I'd like to do this: >> >> package { "httpd": >> name=> "httpd", >> ensure => "present", >> check => "newer", >> } >

Re: [Puppet Users] augeas slooow

2011-03-22 Thread saurabh verma
> > > How can I profile my Puppet catalog, to see what resources take the > longest to set straight? (I've only got puppet apply for now - no master > yet) > > -- +1 for profiling feature -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To

Re: [Puppet Users] Best practices for different hosts with different configs

2010-12-13 Thread saurabh verma
much . Or you could use peinaar's external Data lookup , http://www.devco.net/archives/2009/08/31/complex_data_and_puppet.php to make sense out of your nodes structure and filenames . Thanks , ~saurabh verma On 13-Dec-2010, at 9:30 AM, Josh wrote: > Greetings, > I'm ju

[Puppet Users] puppet hanging unexpectedly

2009-11-10 Thread Saurabh Verma
ung : http://pastebin.com/m7e344125 Please help me to debug or point me to some debugging technique . Thanks Saurabh Verma --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To pos

[Puppet Users] Problem with variable scoping

2009-06-18 Thread Saurabh Verma
I have two a base class *class A { $project = mailbox $nagios_hostgroup = "X" $nagios_contact_groups = "Y" include base_node## All the common classes goes here } node mailbox-base { include A } class A-nagios { include A-common # defines for nagios co

[Puppet Users] Re: file serving question

2009-06-03 Thread Saurabh Verma
Don Jackson wrote: > I have a somewhat basic question about file serving: > > Once you specify the puppet://server/module > > Can that path continue from there? > > Eg, if my fileserver.conf file is: > > [myconfigfiles] > path /export/home/configs > allow * > > Can my clients do someth

[Puppet Users] Re: Using custom facts for the first time

2009-05-28 Thread Saurabh Verma
paul matthews wrote: > Hi, > I'm attempting to create a custom fact to tell me the day of the week > ( to be used as a file suffix for vmware snapshots). I've followed the > wiki which advises deploying facts via modules for releases >0.24. As > I understand this means :- > >1. creating a p

[Puppet Users] Re: Puppet exported resources not working

2009-05-26 Thread saurabh verma
I'm using latest version on all systems 24.8 include puppetmaster On Wed, May 20, 2009 at 8:19 PM, Brice Figureau < brice-pup...@daysofwonder.com> wrote: > > On Wed, 2009-05-20 at 12:51 +0530, saurabh verma wrote: > > Hi > > > > I have created virtual resour

[Puppet Users] Puppet exported resources not working

2009-05-20 Thread saurabh verma
- !ruby/object:Puppet::TransBucket > type: Class > name: ganglia_client > -- > - snmp > - cacti::client > - export_file > - apache > - mysql::common > When i looked around in database i can see all the exported resources by every hosts in it. Attach

[Puppet Users] Re: Puppet exported resources not working

2009-05-20 Thread saurabh verma
Attaching mysql output On Wed, May 20, 2009 at 12:51 PM, saurabh verma wrote: > Hi > > I have created virtual resource in my test module > > #-(r...@puppet-master)-(/etc/puppet/modules/staging/test/manifests)-# >> #-(0)> cat /etc/puppet/modules/staging/test/manif