Hello,
I need to run multiple roles on a node at different frequencies. e.g. rolea needs to run daily but roleb needs run every 30 minutes.
How can I set that up using chef-client cookbook? Each role has interval attribute set, however, node has only chef-client attribute, and hence it appears that I can only set one role at one interval.
Is there any other way achieving this?
thanks in advance
M