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
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!
The text was updated successfully, but these errors were encountered:
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:
Thanks!
The text was updated successfully, but these errors were encountered: