mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Updated to proper paths
This commit is contained in:
parent
b0374f7ff4
commit
b77729948d
11 changed files with 10 additions and 7 deletions
|
|
@ -1,4 +0,0 @@
|
|||
# rubocop:disable FileName
|
||||
forge 'http://forge.puppetlabs.com'
|
||||
|
||||
mod 'puppetlabs-vcsrepo', '1.5.0'
|
||||
9
puppet/production/Puppetfile
Normal file
9
puppet/production/Puppetfile
Normal 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'
|
||||
|
|
@ -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.':}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue