bloomberg / openbfdd-cookbook

A set of Chef recipes for installing and configuring OpenBFDD.
Apache License 2.0
3 stars 8 forks source link

Use correct package resource for a local package #1

Closed http-418 closed 7 years ago

http-418 commented 7 years ago

If we have a package location set, use the dpkg_package resource instead of default package resource.

The package location can be local or remote.

cbaenziger commented 7 years ago

Thanks for the verbal walk through; please comment the conditionals with intention for those not as lucky as me.

cbaenziger commented 7 years ago

Changes look well reasoned; thanks!