Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Puppet
Commits
212087c5
Commit
212087c5
authored
Jun 12, 2021
by
James T. Lee
Browse files
Refactor symlinks
parent
4c77d167
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
.sync.yml
.sync.yml
+1
-1
Puppetfile
Puppetfile
+2
-2
data/private
data/private
+1
-1
environment.conf
environment.conf
+1
-1
manifests/private
manifests/private
+1
-1
No files found.
.sync.yml
View file @
212087c5
---
---
.gitignore
:
.gitignore
:
paths
:
paths
:
-
'
modules/
private'
-
'
private'
.rubocop.yml
:
.rubocop.yml
:
default_configs
:
default_configs
:
...
...
Puppetfile
View file @
212087c5
...
@@ -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
...
...
data/private
View file @
212087c5
../modules/private/data
../private/data
\ No newline at end of file
\ No newline at end of file
environment.conf
View file @
212087c5
modulepath
=
modules
/
self
:
modules
modulepath
=
self
:
modules
manifest
=
site
.
pp
manifest
=
site
.
pp
manifests/private
View file @
212087c5
../modules/private/manifests
../private/manifests
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment