fix missing close bracket typo
This commit is contained in:
parent
53e765e5af
commit
430ddcea3f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class apt {
|
||||||
}
|
}
|
||||||
exec { "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \; && apt-get update":
|
exec { "find ${apt_base_dir}/keys.d -type f -exec apt-key add '{}' \; && apt-get update":
|
||||||
alias => "custom_keys",
|
alias => "custom_keys",
|
||||||
subscribe => File["${apt_base_dir}/keys.d",
|
subscribe => File["${apt_base_dir}/keys.d"],
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
before => File[apt_config];
|
before => File[apt_config];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue