Skip to content

Commit

Permalink
Rename package[apt-transport-https] resource to avoid resource cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
bai committed Feb 1, 2017
1 parent c6ade18 commit ef3c6a1
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 ef3c6a1

Please sign in to comment.