Commit d852c90 1 parent 1e45891 commit d852c90 Copy full SHA for d852c90
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
define jenkins::credentials (
17
17
String $password ,
18
18
String $description = ' Managed by Puppet' ,
19
- String $private_key_or_path = ' ' ,
19
+ String $private_key_or_path = ' ' , # lint:ignore:params_empty_string_assignment
20
20
Enum['present', 'absent'] $ensure = ' present' ,
21
- String $uuid = ' ' ,
21
+ String $uuid = ' ' , # lint:ignore:params_empty_string_assignment
22
22
) {
23
23
include jenkins
24
24
include jenkins::cli_helper
Original file line number Diff line number Diff line change 18
18
Pattern[/^[^@]+@[^@]+$/] $email ,
19
19
String $password ,
20
20
String $full_name = ' Managed by Puppet' ,
21
- String $public_key = ' ' ,
21
+ String $public_key = ' ' , # lint:ignore:params_empty_string_assignment
22
22
Enum['present', 'absent'] $ensure = ' present' ,
23
23
) {
24
24
include jenkins::cli_helper
You can’t perform that action at this time.
0 commit comments