fix another trivial syntax error
This commit is contained in:
parent
4995dff49d
commit
aefa010160
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class apt {
|
|||
}
|
||||
default: {
|
||||
config_file { "/etc/apt/preferences":
|
||||
content => $custom_preferences
|
||||
content => $custom_preferences,
|
||||
alias => apt_config,
|
||||
require => File["/etc/apt/sources.list"];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue