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

Remove dependencies to apt and yum cookbooks. #132

Merged
merged 1 commit into from
Oct 24, 2016

Conversation

artem-sidorenko
Copy link
Member

The following resources are now completely provided by chef:

  • yum_repository
  • yum_package
  • apt_repository
  • apt_package

Currently you get warnings:

WARN: Chef::Provider::AptRepository already exists!  Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
WARN: AptRepository already exists!  Deprecation class overwrites Custom resource apt_repository from cookbook apt
WARN: Chef::Provider::YumRepository already exists!  Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
WARN: YumRepository already exists!  Deprecation class overwrites Custom resource yum_repository from cookbook yum

Starting from the version v12.14.89 the behavior of yum_repository
seems to be the same like in the cookbook before. So I used this version
as the requirement.

The following resources are now completely provided by chef:
 - yum_repository
 - yum_package
 - apt_repository
 - apt_package

Currently you get warnings:
WARN: Chef::Provider::AptRepository already exists!  Cannot create deprecation class for LWRP provider apt_repository from cookbook apt
WARN: AptRepository already exists!  Deprecation class overwrites Custom resource apt_repository from cookbook apt
WARN: Chef::Provider::YumRepository already exists!  Cannot create deprecation class for LWRP provider yum_repository from cookbook yum
WARN: YumRepository already exists!  Deprecation class overwrites Custom resource yum_repository from cookbook yum

Starting from the version v12.14.89 the behaviour of yum_repository
seems to be the same like in the cookbook before. Using this version
as the requirement.
@coveralls
Copy link

coveralls commented Oct 21, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling 6e37167 on artem-sidorenko:apt-yum-removal into 65dcc05 on dev-sec:master.

@atomic111
Copy link
Member

great, thanks @artem-sidorenko for the improvement

@atomic111 atomic111 merged commit d7409fc into dev-sec:master Oct 24, 2016
@artem-sidorenko artem-sidorenko deleted the apt-yum-removal branch November 5, 2016 12:19
@schurzi schurzi changed the title Remove dependenies to apt and yum cookbooks. Remove dependencies to apt and yum cookbooks. May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants