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

Eliminating CHEF-3694 warnings during install #364

Open
monkey1016 opened this issue Feb 12, 2015 · 0 comments
Open

Eliminating CHEF-3694 warnings during install #364

monkey1016 opened this issue Feb 12, 2015 · 0 comments

Comments

@monkey1016
Copy link

Hi
I've been going through our cookbooks trying to eliminate the CHEF-3694 warning since it's actually caused some unexpected behavior with the upgrade to Chef 12. By chance, is there any guidance on how the warning can be avoided with this cookbook? Here is an example of the output I'm seeing:

==> default: [2015-02-12T15:46:52+00:00] WARN: Previous template[/etc/mongodb.conf]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/recipes/install.rb:14:in `from_file'
==> default: [2015-02-12T15:46:52+00:00] WARN: Current  template[/etc/mongodb.conf]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/definitions/mongodb.rb:139:in `block in from_file'
==> default: [2015-02-12T15:46:52+00:00] WARN: Cloning resource attributes for execute[mongodb-systemctl-daemon-reload] from prior resource (CHEF-3694)
==> default: [2015-02-12T15:46:52+00:00] WARN: Previous execute[mongodb-systemctl-daemon-reload]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/recipes/install.rb:37:in `from_file'
==> default: [2015-02-12T15:46:52+00:00] WARN: Current  execute[mongodb-systemctl-daemon-reload]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/definitions/mongodb.rb:174:in `block in from_file'
==> default: [2015-02-12T15:46:52+00:00] WARN: Cloning resource attributes for template[/etc/init.d/mongod] from prior resource (CHEF-3694)
==> default: [2015-02-12T15:46:52+00:00] WARN: Previous template[/etc/init.d/mongod]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/recipes/install.rb:42:in `from_file'
==> default: [2015-02-12T15:46:52+00:00] WARN: Current  template[/etc/init.d/mongod]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/definitions/mongodb.rb:180:in `block in from_file'
==> default: [2015-02-12T15:46:53+00:00] WARN: Cloning resource attributes for mongodb_user[admin] from prior resource (CHEF-3694)
==> default: [2015-02-12T15:46:53+00:00] WARN: Previous mongodb_user[admin]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/recipes/user_management.rb:14:in `block in from_file'
==> default: [2015-02-12T15:46:53+00:00] WARN: Current  mongodb_user[admin]: /tmp/vagrant-chef/3b9df9814d8edea80a312ca22f6dd497/cookbooks/mongodb/recipes/user_management.rb:14:in `block in from_file'

Thanks!

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

1 participant