Merge branch 'packagecloud_raspbian_repo' into 'master'

Push to packagecloud Raspbian repository for RPI2.

Part of consolidating RPI2 packages, after #1084

See merge request !655
This commit is contained in:
Marin Jankovski 2016-02-23 09:52:53 +00:00
commit 57acdde046
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def repo_string
version = 'trusty'
end
when 'debian', 'raspbian'
os = 'debian'
os = ohai['platform']
case ohai['platform_version']
when /^7\./
version = 'wheezy'