Just out of curiosity, has anyone done a performance analysis on moving to
the Anchor -> Class dependency structure?

Since these classes are small, it shouldn't be *too* bad but I can see
issues with using this pattern blindly in terms of memory usage and catalog
size/transmission size.

Alternatively, if it gets more performant, I'd love to know that as well!

Thanks,

Trevor


On Wed, Jul 10, 2013 at 8:01 AM, Matthias Saou <matth...@saou.eu> wrote:

> On Wed, 10 Jul 2013 17:09:25 +0530
> Francis Pereira <francispere...@7terminals.com> wrote:
>
> > How do you get the service to restart if the config file changes ?
>
> Look at the ~> (and not ->) at the bottom of init.pp, where the
> config class notifies the service class :
>
>   Anchor['ntp::begin'] -> Class['::ntp::install'] ->
>   Class['::ntp::config'] ~> Class['::ntp::service'] ->
>   Anchor['ntp::end']
>
> Matthias
>
> --
>             Matthias Saou                  ██          ██
>                                              ██      ██
> Web: http://matthias.saou.eu/              ██████████████
> Mail/XMPP:  matth...@saou.eu             ████  ██████  ████
>                                        ██████████████████████
> GPG: 4096R/E755CC63                    ██  ██████████████  ██
>      8D91 7E2E F048 9C9C 46AF          ██  ██          ██  ██
>      21A9 7A51 7B82 E755 CC63                ████  ████
>
> --
> 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 post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>


-- 
Trevor Vaughan
Vice President, Onyx Point, Inc
(410) 541-6699
tvaug...@onyxpoint.com

-- This account not approved for unencrypted proprietary information --

-- 
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 post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to