Commit 212087c5 authored by James T. Lee's avatar James T. Lee
Browse files

Refactor symlinks

parent 4c77d167
--- ---
.gitignore: .gitignore:
paths: paths:
- 'modules/private' - 'private'
.rubocop.yml: .rubocop.yml:
default_configs: default_configs:
......
...@@ -17,8 +17,8 @@ mod 'puppet-windows_env', '3.2.0' ...@@ -17,8 +17,8 @@ mod 'puppet-windows_env', '3.2.0'
# #
# My modules # My modules
# #
mod 'self', :git => 'git@gitlab.james.tl:nest/self.git', :branch => 'main' mod 'self', :git => 'git@gitlab.james.tl:nest/self.git', :branch => 'main', :install_path => '.'
mod 'private', :git => 'git@gitlab.james.tl:nest/private.git', :branch => 'main' mod 'private',:git => 'git@gitlab.james.tl:nest/private.git', :branch => 'main', :install_path => '.'
# Required by nest # Required by nest
......
../modules/private/data ../private/data
\ No newline at end of file \ No newline at end of file
modulepath = modules/self:modules modulepath = self:modules
manifest = site.pp manifest = site.pp
../modules/private/manifests ../private/manifests
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment