On 6/5/2018 6:01 AM, jcbollinger wrote:


On Monday, June 4, 2018 at 1:06:52 PM UTC-5, Ramin K wrote:

    On 6/4/18 8:25 AM, Peter Berghold wrote:
     > I was looking at someone else's code one day last week and saw a
    pattern
     > I've not seen before. Maybe that's what I get for developing
    Puppet code
     > in a vacuum. :-)
     >
     > class someclass (
     >      $parm1 = $::someclass::params::parm1,
     >      $parm2 = $::someclass::params::parm2       # so far I get it.
     > ) inherits someclass::params {             # ok, I get it
     >
     >       class{'someclass::package': }        # OK
     >       -> class('someclass::configure':}    # right...
     >       -> Class{'someclass':}                    #  HUH?  What
    does that do?
     > }
     >
     > Is that last step necessary and why?


    The last step was fairly common in Puppet 2.7 code before Anchors.



Are you sure about that, Ramin?  I've been around Puppet since well before v2.7, and to the best of my knowledge, Class{'someclass':} (with capital 'C') is and always has been syntactically invalid.  I'm prepared to learn something new today, but you'll need to point me to some docs to support your assertion.

Myself, I'm inclined to guess that it's a simple typo, that an ordinary resource-style class declaration (with lowercase 'c') is what was intended.

"I was looking at someone else's code one day last week and saw a pattern I've not seen before." seems clear enough to me. Was pseudo code and I didn't think to look at the syntax. Jumped straight to the confusing part, a resource chain that ends on the class. I've answered the same question several times in support of our Puppet system at work. And then moved the module to contain... which generated more questions about include vs require vs contain. No winning some days.

Ramin

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/850a1e8d-58ab-7186-878d-9ef32f8d4e6c%40badapple.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to