I''m confused about this... https://github.com/puppetlabs/puppetlabs-stdlib/ I see a lot of functions there that are the same as the ones that come standard with puppet. If I create a module and dump this stuff in there, what happens to the existing stuff? How does puppet know which one to use? Doug -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wednesday, August 29, 2012 11:58:13 AM UTC-5, Douglas wrote:> > I''m confused about this... > > https://github.com/puppetlabs/puppetlabs-stdlib/ > > I see a lot of functions there that are the same as the ones that come > standard with puppet. If I create a module and dump this stuff in > there, what happens to the existing stuff? How does puppet know which > one to use? >That''s odd. I don''t see *anything* in there that comes standard with Puppet. Would you care to give some examples? Maybe I''m just missing the obvious. John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/dTHHvPBQFwMJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Really? From the function reference at: http://docs.puppetlabs.com/references/latest/function.html Common ones seem to be create_resources, crit, defined, err, extlookup, fail, file .... and so on. Doug. On Wed, Aug 29, 2012 at 11:57 AM, jcbollinger <John.Bollinger@stjude.org> wrote:> > > On Wednesday, August 29, 2012 11:58:13 AM UTC-5, Douglas wrote: >> >> I''m confused about this... >> >> https://github.com/puppetlabs/puppetlabs-stdlib/ >> >> I see a lot of functions there that are the same as the ones that come >> standard with puppet. If I create a module and dump this stuff in >> there, what happens to the existing stuff? How does puppet know which >> one to use? > > > That''s odd. I don''t see anything in there that comes standard with Puppet. > Would you care to give some examples? Maybe I''m just missing the obvious. > > > John > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/puppet-users/-/dTHHvPBQFwMJ. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- Regards, Douglas Garstang http://www.linkedin.com/in/garstang Email: doug.garstang@gmail.com Cell: +1-805-340-5627 -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
----- Original Message -----> From: "Douglas Garstang" <doug.garstang@gmail.com> > To: puppet-users@googlegroups.com > Sent: Wednesday, August 29, 2012 8:20:19 PM > Subject: Re: [Puppet Users] Re: puppetlabs-stdlib > > Really? From the function reference at: > http://docs.puppetlabs.com/references/latest/function.html > > Common ones seem to be create_resources, crit, defined, err, > extlookup, fail, file .... and so on.none of the ones you mentioned are also in stdlib: https://github.com/puppetlabs/puppetlabs-stdlib/tree/master/lib/puppet/parser/functions -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hi, For some reason these are in README.markdown, perhaps a copy-paste mistake. Look inside the directory :) KW On Wednesday, August 29, 2012 5:58:13 PM UTC+1, Douglas wrote:> > I''m confused about this... > > https://github.com/puppetlabs/puppetlabs-stdlib/ > > I see a lot of functions there that are the same as the ones that come > standard with puppet. If I create a module and dump this stuff in > there, what happens to the existing stuff? How does puppet know which > one to use? > > Doug >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/WQXlCyrEMoQJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wed, Aug 29, 2012 at 12:54 PM, Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> wrote:> Hi, > > For some reason these are in README.markdown, perhaps a copy-paste mistake. > Look inside the directory :)Ah this was my fault. I thought I filtered out the function documentation for core functions but I clearly didn''t. -Jeff -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wednesday, August 29, 2012 2:54:48 PM UTC-5, Krzysztof Wilczynski wrote:> > Hi, > > For some reason these are in README.markdown, perhaps a copy-paste > mistake. Look inside the directory :) >Ah, that explains it. Silly me, I ignored the README and went straight to the actual sources :) John -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/bJ-MYeUb9JQJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wed, Aug 29, 2012 at 12:20 PM, Douglas Garstang <doug.garstang@gmail.com>wrote:> Really? From the function reference at: > http://docs.puppetlabs.com/references/latest/function.html > > Common ones seem to be create_resources, crit, defined, err, > extlookup, fail, file .... and so on.I''ve fixed up the README, the function list in the doc is accurate for the 3.0.0 release of stdlib. https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/README.markdown Hope this helps, -Jeff -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Cool. thanks for fixing. On Thu, Aug 30, 2012 at 3:00 PM, Jeff McCune <jeff@puppetlabs.com> wrote:> On Wed, Aug 29, 2012 at 12:20 PM, Douglas Garstang <doug.garstang@gmail.com> > wrote: >> >> Really? From the function reference at: >> http://docs.puppetlabs.com/references/latest/function.html >> >> Common ones seem to be create_resources, crit, defined, err, >> extlookup, fail, file .... and so on. > > > I''ve fixed up the README, the function list in the doc is accurate for the > 3.0.0 release of stdlib. > > https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/README.markdown > > Hope this helps, > -Jeff > > -- > 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-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- Regards, Douglas Garstang http://www.linkedin.com/in/garstang Email: doug.garstang@gmail.com Cell: +1-805-340-5627 -- 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-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Thursday, August 30, 2012 6:01:43 PM UTC-4, Jeff McCune wrote:> > On Wed, Aug 29, 2012 at 12:20 PM, Douglas Garstang <doug.g...@gmail.com<javascript:> > > wrote: > >> Really? From the function reference at: >> http://docs.puppetlabs.com/references/latest/function.html >> >> Common ones seem to be create_resources, crit, defined, err, >> extlookup, fail, file .... and so on. > > > I''ve fixed up the README, the function list in the doc is accurate for the > 3.0.0 release of stdlib. > > https://github.com/puppetlabs/puppetlabs-stdlib/blob/master/README.markdown > > Hope this helps, > -Jeff >Would it be possible to get the 2.x branches of stdlib updated as well as the forge entry. They still don''t reflect the actual contents of the module. Thanks! Russell -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/DtVXtLv-qDEJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.