Updated to proper paths

This commit is contained in:
Gene Liverman 2017-05-10 23:12:21 -07:00
parent b0374f7ff4
commit b77729948d
11 changed files with 10 additions and 7 deletions

View file

@ -1,4 +0,0 @@
# rubocop:disable FileName
forge 'http://forge.puppetlabs.com'
mod 'puppetlabs-vcsrepo', '1.5.0'

View file

@ -0,0 +1,9 @@
# rubocop:disable FileName
forge 'http://forge.puppetlabs.com'
#moduledir '~/.dotfiles/vendor/puppet_modules'
moduledir "#{File.dirname(File.dirname(__FILE__))}/vendor/puppet_modules"
mod 'homebrew',
:git => 'https://github.com/boxen/puppet-homebrew.git'
mod 'puppetlabs-vcsrepo', '1.5.0'

View file

@ -8,7 +8,5 @@
# specified in the via an ENC for that node.
node default {
# This is where you can declare classes for all nodes.
# Example:
# class { 'my_class': }
notify{'This is from the default node.':}
}