Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from luckyraul/luckyraul-debian-versions
Browse files Browse the repository at this point in the history
Additional Debian versions
  • Loading branch information
garethr committed Feb 9, 2017
2 parents a5bc7e6 + 81add7a commit 812c7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puppet_x/puppetlabs/imagebuilder.rb
Expand Up @@ -210,9 +210,9 @@ def determine_environment_vars # rubocop:disable Metrics/AbcSize
end
when 'debian'
codename = case @context[:os_version]
when 'latest', 'jessie', /^8/
when 'latest', 'stable','stable-slim','stable-backports','jessie', 'jessie-slim','jessie-backports', /^8/
'jessie'
when 'sid'
when 'sid', 'sid-slim'
'sid'
when 'wheezy', /^7/
'wheezy'
Expand Down

0 comments on commit 812c7e9

Please sign in to comment.