Pin apt puppet module to 7.4.0 as the latest version is incompatible with the version of puppet on our base templates

This commit is contained in:
thomashaw
2021-04-22 16:48:24 +01:00
parent bee8b4a981
commit 4294811702

View File

@@ -9,6 +9,7 @@
forge "https://forgeapi.puppetlabs.com"
mod 'puppetlabs-stdlib', '4.24.0' # 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
mod 'SecGen-secgen_functions', :path => '<%= SECGEN_FUNCTIONS_PUPPET_DIR %>'
<% @currently_processing_system.module_selections.each do |selected_module| -%>