further tweaking of Puppetfile

This commit is contained in:
Z. Cliffe Schreuders
2021-11-25 21:47:23 +00:00
parent 0cb429f85d
commit ec82eeea04

View File

@@ -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'