deploy /etc/apt/preferences before File['apt_config']
This commit is contained in:
parent
c8a28eb80e
commit
7e8113b3fc
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ class apt::preferences {
|
|||
# only update together
|
||||
content => $pref_contents,
|
||||
require => File['/etc/apt/sources.list'],
|
||||
owner => root, group => 0, mode => '0644';
|
||||
owner => root, group => 0, mode => '0644',
|
||||
before => File['apt_config'];
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue