This message was deleted.
# puppet
s
This message was deleted.
y
>> require: Applies a resource after the target resource.
notify: Applies a resource before the target resource. The target resource refreshes if the notifying resource changes.
You cannot apply the same package before AND after :)
I guess you want to notify the Service[httpd] instead