You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not best to have the user modified every chef run as indicated by the output below. Resources should only update when needed. In this case, the user someuser is updated every chef-client run.
Recipe: oh_my_zsh::default
* package[zsh] action install (up to date)
* git[/home/someuser/.oh-my-zsh] action sync (up to date)
* template[/home/someuser/.zshrc] action create_if_missing (up to date)
* user[someuser] action modify
- modify user someuser
The text was updated successfully, but these errors were encountered:
It's not best to have the user modified every chef run as indicated by the output below. Resources should only update when needed. In this case, the user
someuser
is updated every chef-client run.The text was updated successfully, but these errors were encountered: