diff --git a/lib/templates/Puppetfile.erb b/lib/templates/Puppetfile.erb index 50587803a..01b35c27f 100644 --- a/lib/templates/Puppetfile.erb +++ b/lib/templates/Puppetfile.erb @@ -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'