Update repo structure as part of nixification

This commit is contained in:
Gene Liverman 2023-09-14 00:01:31 -04:00
parent 49e67c64fb
commit cc0efcfdde
56 changed files with 181 additions and 154 deletions

View file

@ -0,0 +1,10 @@
# frozen_string_literal: true
forge 'http://forge.puppetlabs.com'
# The next line translates to '../../vendor/puppet_modules' aka ~/.dotfiles/vendor/puppet_modules
moduledir "#{File.dirname(File.dirname(File.dirname(__FILE__)))}/vendor/puppet_modules"
mod 'puppetlabs-apt', '7.3.0'
mod 'puppetlabs-stdlib', '4.25.1'
mod 'puppetlabs-vcsrepo', '3.1.0'
mod 'thekevjames-homebrew', '1.8.3'