Skip to content

Commit a6d8873

Browse files
committed
linting
1 parent 7a3fec3 commit a6d8873

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/certificate/deploy.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@
109109
mac_algorithm => $dehydrated::pkcs12_mac_algorithm,
110110
certpbe => $dehydrated::pkcs12_certpbe,
111111
keypbe => $dehydrated::pkcs12_keypbe,
112-
require => [
112+
require => [
113113
File[$crt],
114114
File[$ca],
115115
File[$key],
116116
Dehydrated_key[$key],
117117
],
118-
subscribe => Concat[$crt_full_chain_with_key],
118+
subscribe => Concat[$crt_full_chain_with_key],
119119
}
120120
} else {
121121
file { $pfx:

0 commit comments

Comments
 (0)