On Nov 17, 10:51 pm, Peter Meier <[EMAIL PROTECTED]> wrote:
> file{'/path/to/cookie':
>     source => "puppet:///path/on/server/to/cookie",
>     [...],
>     notify => Service['pulseaudio-server'],
>
> }
>
> service{'pulseaudio-server':
>     [...]
>
> }
>
> will only restart the pulseaudio-server if the content of the file is
> changed (which includes created). this is the idea of how this stuff on
> puppet should work.

That works, thanks!

> or why do you fear the pulseaudio-server to be restarted more often?

Nothing serious; currently open audio connections go away, and new
ones need to established. In the case of flash player, it means that
the whole browser has to be restarted. Other clients, such as mpd, are
smart enough to reestablish the connection without being restarted.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to