On Fri, Sep 9, 2011 at 5:18 PM, Eric Shamow <e...@puppetlabs.com> wrote:
> Notify is a resource, notice() is a function. So notice() is evaluated on the 
> server, whereas notify{} is evaluated on the client.
>
> My suspicion is that you somehow have two versions of the client binary 
> hanging around. Perhaps one that is running when you execute "puppet" at the 
> shell, and another running in the background.
>
> Per Ken's question - how are you launching Puppet? Is it as a service? Or are 
> you running it from a cron job?

I know that notice() is a function, and notify{} is a resource. The
documentation says that much. However, it doesn't really go beyond
that. The documentation
provides examples of how to use notify{} to notify another resource
when it changes, but I don't believe it gives you any indication
whatsoever that you can use it in a stand alone fashion like this.
Where is that use documented? How would anyone except the core puppet
developers know that you could even do this?

I'm launching puppet with 'service puppet restart'. What libraries? If
you know their names I can search for them.

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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to