Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit 4dd2d46

Browse files
author
Frankie Cassarino
committed
Added MFT to RCU component array
Added MFT to fmw_rcu::soa_suite FMW 12c component arrays
1 parent fb3a58d commit 4dd2d46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

fmw_rcu/recipes/soa_suite.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
'STB',
3737
'UCSUMS',
3838
'ESS',
39-
'SOAINFRA']
39+
'SOAINFRA',
40+
'MFT']
4041

4142
elsif ['12.1.3'].include?(node['fmw']['version'])
4243

@@ -48,7 +49,8 @@
4849
'WLS',
4950
'UCSUMS',
5051
'ESS',
51-
'SOAINFRA']
52+
'SOAINFRA',
53+
'MFT']
5254

5355
elsif ['10.3.6'].include?(node['fmw']['version'])
5456

0 commit comments

Comments
 (0)