Arnau Bria wrote: > In the example I have notify and subscribe, but I've been playing with > only one, with only the other and both, and ALWAYS exec "yaim_conf" is > executed.
You are missing the refreshonly parameter to the exec type. (Nice to see other LCG sites using Puppet, by the way. :-) > **When doing something like: > notify => Service[sshd], > it di not work, I had to change to service[sshd] (notice no capital > letter in Services)... which is the correct syntax? The correct syntax is with a capital letter. I get a warning message when I try with a lower case letter: warning: Deprecation notice: Resource references should now be capitalized on line 6 in file /home/bellman/puppet/TEST/test.pp What version of Puppet are you using? /Bellman --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---