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",
>> }
>
>
>
> 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
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
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
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
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
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
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
- !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
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
10 matches
Mail list logo