Skip to content
Snippets Groups Projects
Commit 67334e8d authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add xenial to the ohai helper.

parent 6363f705
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -19,6 +19,8 @@ def repo_string
version = 'precise'
when /^14\.04/
version = 'trusty'
when /^16\.04/
version = 'xenial'
end
when 'debian', 'raspbian'
os = ohai['platform']
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