Skip to content
Snippets Groups Projects
Commit 240a3dbc authored by Marin Jankovski's avatar Marin Jankovski Committed by Marin Jankovski
Browse files

Merge branch 'update_ohai_helper_for_upload_to_packagecloud' into 'master'

Update ohai helper with debian 8 info for upload to packagecloud

See merge request !337
parent 8549b8ef
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,6 +25,8 @@ def repo_string
case ohai['platform_version']
when /^7\./
version = 'wheezy'
when /^8\./
version = 'jessie'
end
when 'centos'
os = 'el'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment