Skip to content

Commit 9fae563

Browse files
authored
Merge pull request #156 from puppetlabs/typo_fix
fixing type in param value
2 parents ff768c0 + 778eb4f commit 9fae563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/cluster_roles.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
String $token = $kubernetes::token,
1919
String $discovery_token_hash = $kubernetes::discovery_token_hash,
2020
String $container_runtime = $kubernetes::container_runtime,
21-
Optional[Array] $ignore_preflight_errors = ['dave']
21+
Optional[Array] $ignore_preflight_errors = []
2222

2323
){
2424
$path = ['/usr/bin','/bin','/sbin','/usr/local/bin']

0 commit comments

Comments
 (0)