Hello,
Here I tried adding a recipe that doesn’t exist “recipe[apa]”. Wouldn’t it be good to have a check at the workstation level which verifies whether the recipe exists or not?
[root@chefwrk recipes]# knife node run_list add chefclnt1 "recipe[apa]"
chefclnt1:
_ run_list:_
_ recipe[node_init::apache]_
_ recipe[apache]_
_ recipe[apa]_
PS: I’m a new learner, so my apologies if any of my questions sound naive.