Skip to content

Commit be75fa3

Browse files
authored
Merge pull request #3018 from nickanderson/ENT-13066/master-nickfix
ENT-13066: Removed edit_defaults attribute that does not have effect with content attribute
2 parents 00b9f40 + 0e73042 commit be75fa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/acceptance/17_packages/01_init/unsafe/timed/001-prepare-repositories.cf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ bundle agent apt_config
153153
comment => "key in 17_packages/resources/gpg use rsa1024 which is not supported on Ubuntu-24.",
154154
create => "true",
155155
content => 'APT::Key::Assert-Pubkey-Algo ">=rsa1024";',
156-
edit_defaults => empty,
157156
classes => if_successful("apt_config_ok");
158157

159158
ubuntu_10|debian_6::
@@ -163,7 +162,6 @@ bundle agent apt_config
163162
"/etc/apt/apt.conf.d/nocache"
164163
create => "true",
165164
content => 'Dir::Cache::pkgcache "";',
166-
edit_defaults => empty,
167165
classes => if_successful("apt_config_ok");
168166
}
169167

0 commit comments

Comments
 (0)