Skip to content

Commit

Permalink
Merge pull request #388 from bai/apt-transport-https
Browse files Browse the repository at this point in the history
Rename package[apt-transport-https] resource for Chef 13 compatibility
  • Loading branch information
degemer authored Feb 13, 2017
2 parents a1a525a + ef3c6a1 commit 151e416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
when 'debian'
include_recipe 'apt'

package 'apt-transport-https' do
package 'install-apt-transport-https' do
package_name 'apt-transport-https'
action :install
end

Expand Down

0 comments on commit 151e416

Please sign in to comment.