Skip to content

Instantly share code, notes, and snippets.

@propyless
Created June 14, 2016 14:52
Show Gist options
  • Save propyless/4603523f2673c4804779a372191053a1 to your computer and use it in GitHub Desktop.
Save propyless/4603523f2673c4804779a372191053a1 to your computer and use it in GitHub Desktop.
if ENV['PUPPET_GEM_VERSION']
gem 'puppet', ENV['PUPPET_GEM_VERSION'], :require => false
else
gem 'puppet', :require => false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment