Revert "deploy /etc/apt/preferences before File['apt_config']"
This reverts commit 7e8113b3fc
.
see https://leap.se/code/issues/1990 for the miserious details.
This commit is contained in:
parent
7e8113b3fc
commit
6bf7a6ab5d
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ class apt::preferences {
|
|||
# only update together
|
||||
content => $pref_contents,
|
||||
require => File['/etc/apt/sources.list'],
|
||||
owner => root, group => 0, mode => '0644',
|
||||
before => File['apt_config'];
|
||||
owner => root, group => 0, mode => '0644';
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue