Hi All,
i have requirement to validate the pre-requisite before running the recipe on node.
pre-req
is CPU > 4
is RAM > 16 GB
is DeskSpace > 100 GB
only if above condition met proceed with the software installation else break the flow and throw error.
i am planning to make use of ohai attributes for above pre-req.
am i doing right thing here? is that ok to have such kind of pre-req in cookbook before software installation?