Skip to content

Commit fa72264

Browse files
Rex Chenlukeseawalker
authored andcommitted
Patch to fix Jenkin kitchen jobs failures
- Added default values to cookbook variables used for EFS feature in attributes/default Signed-off-by: Rex Chen <[email protected]>
1 parent 985fe9f commit fa72264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

attributes/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@
152152
default['cfncluster']['cfn_encrypted_ephemeral'] = false
153153
default['cfncluster']['cfn_ephemeral_dir'] = '/scratch'
154154
default['cfncluster']['cfn_shared_dir'] = '/shared'
155+
default['cfncluster']['cfn_efs_shared_dir'] = 'NONE'
156+
default['cfncluster']['cfn_efs'] = nil
155157
default['cfncluster']['cfn_node_type'] = nil
156158
default['cfncluster']['cfn_master'] = nil
157159
default['cfncluster']['cfn_cluster_user'] = 'ec2-user'

0 commit comments

Comments
 (0)