[Puppet Users] determine whether host responds to an IP address

2010-05-05 Thread Casey Feskens
r ANY interface matches a corresponding IP. I haven't found a good way to cleanly iterate through multiple facts. Does anyone have a good way for doing this? Should I be using a custom type? Thanks, Casey -- - Casey Feskens System Administrator/Ne

[Puppet Users] accessing dependencies from Resource Reference instances

2008-12-18 Thread Casey Deccio
s could be done using a parser plugin that is passed the Resource Reference as an argument--assuming the dependencies of that instance can be determined given the instance itself. Regards, Casey --~--~-~--~~~---~--~~ You received this message because you are subscri

[Puppet Users] Custom package install best practices

2008-12-09 Thread Casey Deccio
in what others have done or recommend. Regards, Casey --~--~-~--~~~---~--~~ 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 fr

[Puppet Users] Accessing a file source from a custom function

2008-12-09 Thread Casey Deccio
ile["/tmp/myfile"])), } in this case the generate_otherfile() function will use the resource reference passed to manipulate the contents of myfile to generate otherfile. My question are 1) whether or not it is possible to access the contents of myfile (i.e., by finding the appropriate source,

[Puppet Users] notify and reload

2008-11-25 Thread Casey Deccio
quot;, but it seems like extra work if it could be included in notify. Regards, Casey --~--~-~--~~~---~--~~ 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@go

[Puppet Users] RRD reports question

2008-11-20 Thread Casey Deccio
file /var/lib/puppet/rrd/ hostname.example.com/time.rrd: you must define at least one Data Source What am I missing? Thanks, Casey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To po

[Puppet Users] disable client runs

2008-11-19 Thread Casey Deccio
What is the appropriate client setting for runinterval to allow me to disable client runs? I would like to have the puppetd daemon running but only have it check in when triggered by another node. Casey --~--~-~--~~~---~--~~ You received this message because you

[Puppet Users] Re: subscribe and require with exec

2008-11-17 Thread Casey Deccio
On Fri, Nov 14, 2008 at 9:11 AM, Casey Deccio <[EMAIL PROTECTED]> wrote: > In this case, the squid -k parse would pass, and the squid init script would > exit successfully, so squid would never detect a problem. However, squid > would have problems functioning at run time (i.e.,

[Puppet Users] Re: subscribe and require with exec

2008-11-14 Thread Casey Deccio
ilt incorrectly. I could, of course, add this to squid's onlyif statement as well, but it's not as self-contained. Dependencies on other puppet type instances has great utility. On a semi-related note, transactional support is mentioned briefly on http://r

[Puppet Users] subscribe and require with exec

2008-11-14 Thread Casey Deccio
like that available or in the roadmap? Regards, Casey - class squid { file { "squid.conf": path => "/etc/squid/squid.conf", ensure => file, owner => "root", group => "squid", mode => 0640, s

[Puppet Users] failsafe with exec using subscribe and/or require

2008-11-14 Thread Casey
like that available or in the roadmap? Regards, Casey - class squid { file { "squid.conf": path => "/etc/squid/squid.conf", ensure => file, owner => "root", group => "squid", mode => 0640, s