its not a prob, its just annoying for the event generation classes that I
have to have to add more regular expression and separate refreshes into
their own hash (blah, blah,...),
those hashes, by the way are (so that someone might understand what I am
talking about)
# we will just store the logs for noops
@noop = {}
# these are the operations
@op = {}
# store echo commands seperately
@echo = {}
# store ops seperately
@errors = {}
@puppet_events = {}
# I had to add this because its not clear if refreshes belong to op or
noop
@refreshes = {}
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---