> 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?
You are confusing the notify attribute with the notify{} type.

http://docs.puppetlabs.com/references/stable/type.html#notify 

This is different from

file { "foo":
notify => bar,
}
> I'm launching puppet with 'service puppet restart'. What libraries? If
> you know their names I can search for them.
So you are running it as a service, then. Please paste the results of the 
following two commands:

which puppet
pgrep puppet

-Eric


-- 
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