pyenv icon indicating copy to clipboard operation
pyenv copied to clipboard

Deprecation Warnings for the pyenv cookbook

Open mromero-convoso opened this issue 4 years ago • 0 comments

:ghost: Brief Description

Fairly long list of deprecation warnings related to this cookbook after a 'kitchen converge':

         The pyenv_global resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/global.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_pip resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/pip.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_plugin resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/plugin.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_python resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/python.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_rehash resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/rehash.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_script resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/script.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_system_install resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/system_install.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.
         The pyenv_user_install resource in the pyenv cookbook should declare `unified_mode true` at 1 location:
           - /tmp/kitchen/cache/cookbooks/pyenv/resources/user_install.rb
          See https://docs.chef.io/deprecations_unified_mode/ for further details.

:pancakes: Cookbook version

3.4.2

:woman_cook: Chef-Infra Version

17.2.29

:tophat: Platform details

MacOS with an Ubuntu 20.04 LTS test-kitchen.

Steps To Reproduce

Steps to reproduce the behavior:

kitchen converge default-ubuntu-2004

:police_car: Expected behavior

No deprecation warnings

mromero-convoso avatar Jun 30 '21 17:06 mromero-convoso