File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 153153 String $preferences_d = $apt::params::preferences_d,
154154 String $apt_conf_d = $apt::params::apt_conf_d,
155155 Hash $config_files = $apt::params::config_files,
156- Hash $source_key_defaults = $apt::params::source_key_defaults,
157156 Boolean $sources_list_force = $apt::params::sources_list_force,
157+
158+ Hash $source_key_defaults = {
159+ ' server' => $keyserver ,
160+ ' options' => undef ,
161+ ' content' => undef ,
162+ ' source' => undef ,
163+ }
164+
158165) inherits apt::params {
159166
160167 if $facts [' os' ][' family' ] != ' Debian' {
Original file line number Diff line number Diff line change 7171 ' apt.conf.d' => false ,
7272 }
7373
74- $source_key_defaults = {
75- ' server' => $keyserver ,
76- ' options' => undef ,
77- ' content' => undef ,
78- ' source' => undef ,
79- }
80-
8174 $include_defaults = {
8275 ' deb' => true ,
8376 ' src' => false ,
You can’t perform that action at this time.
0 commit comments