mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 11:18:06 +00:00
further tweaking of Puppetfile
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
forge "https://forgeapi.puppetlabs.com"
|
||||
|
||||
# specific versions of modules
|
||||
mod 'puppetlabs-stdlib', :path => '<%= LOCAL_PUPPET_DIR %>' # '4.25.1', stdlib enables parsejson() in manifests and other useful functions
|
||||
mod 'puppetlabs-stdlib', :path => '<%= LOCAL_PUPPET_DIR %>/stdlib' # '4.25.1', stdlib enables parsejson() in manifests and other useful functions
|
||||
#mod 'puppetlabs-apt' #, '7.4.0' # pin apt to 7.4.0 as current version is incompatible with our base boxes
|
||||
# from local copy, for faster build times
|
||||
### mod 'translate', :path => '<%= LOCAL_PUPPET_DIR %>'
|
||||
@@ -24,4 +24,4 @@ mod 'SecGen-<%= selected_module.module_path_name %>/<%= selected_module.module_p
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
||||
mod 'puppetlabs-vcsrepo' # , :path => '<%= LOCAL_PUPPET_DIR %>'
|
||||
mod 'puppetlabs-vcsrepo' # , :path => '<%= LOCAL_PUPPET_DIR %>/vcsrepo'
|
||||
|
||||
Reference in New Issue
Block a user