replace a missed Concat reference change with File['apt_config']
This commit is contained in:
parent
39f089405e
commit
2fe3df225c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class apt::unattended_upgrades {
|
|||
|
||||
if $apt::custom_preferences != false {
|
||||
Apt_conf['50unattended-upgrades'] {
|
||||
before => Concat['apt_config'],
|
||||
before => File['apt_config'],
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue