sous-chefs / packagecloud

Development repository for the packagecloud cookbook
https://supermarket.chef.io/cookbooks/packagecloud
Apache License 2.0
17 stars 48 forks source link

Allow forcing of os/dist for repository install #31

Closed capotej closed 8 years ago

capotej commented 8 years ago

Something like the following, equivalent to our Manual Install Instructions but for chef.

packagecloud_repo "computology/packagecloud-cookbook-test-public" do
  type "deb"
  force_os "ubuntu"
  force_dist "warty"
end
afiune commented 8 years ago

:+1: