We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff768c0 + 778eb4f commit 9fae563Copy full SHA for 9fae563
manifests/cluster_roles.pp
@@ -18,7 +18,7 @@
18
String $token = $kubernetes::token,
19
String $discovery_token_hash = $kubernetes::discovery_token_hash,
20
String $container_runtime = $kubernetes::container_runtime,
21
- Optional[Array] $ignore_preflight_errors = ['dave']
+ Optional[Array] $ignore_preflight_errors = []
22
23
){
24
$path = ['/usr/bin','/bin','/sbin','/usr/local/bin']
0 commit comments