Added support for Linux Mint

This commit is contained in:
Gene Liverman 2017-09-18 19:01:57 -07:00 committed by Gene Liverman
parent e23ea50d4b
commit b0ec3a08ba
23 changed files with 337 additions and 87 deletions

View file

@ -1,4 +1,4 @@
# rubocop:disable Lint/UnneededDisable, Style/FileName
# rubocop:disable Lint/UnneededDisable, Naming
forge 'http://forge.puppetlabs.com'
# rubocop:disable Metrics/LineLength
@ -6,6 +6,8 @@ forge 'http://forge.puppetlabs.com'
moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules"
# rubocop:enable Metrics/LineLength
mod 'puppetlabs-apt', '4.1.0'
mod 'puppetlabs-stdlib', '4.20.0'
mod 'puppetlabs-vcsrepo', '2.0.0'
mod 'thekevjames-homebrew',
git: 'https://github.com/genebean/puppet-homebrew.git',