fix typo
This commit is contained in:
parent
891aa0fbbe
commit
931076f854
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
define apt::key ($ensure => 'present', $source) {
|
||||
define apt::key ($ensure = 'present', $source) {
|
||||
file {
|
||||
"/etc/apt/trusted.gpg.d/$name":
|
||||
source => $source,
|
||||
|
|
Loading…
Reference in a new issue