Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource is always updated #12

Open
tatemz opened this issue Mar 24, 2015 · 1 comment
Open

Resource is always updated #12

tatemz opened this issue Mar 24, 2015 · 1 comment

Comments

@tatemz
Copy link

tatemz commented Mar 24, 2015

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
@shingara
Copy link
Owner

you right it will be better. If someone can do a patch. It will be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants