Skip to content

Commit 48124fb

Browse files
yee-unitfacebook-github-bot
authored andcommitted
Update FBIT ROU for RHEL 10 (and node methods for OEL 10)
Differential Revision: D79215833 fbshipit-source-id: 52988fb1c0f4309b0402beacb1c9a792b99fafef
1 parent 92d29c4 commit 48124fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cookbooks/fb_helpers/libraries/node_methods.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ def oracle_min_version?(version, full = false)
223223
self.oracle? && self.os_min_version?(version, full)
224224
end
225225

226+
def oracle10?
227+
self.oracle? && self['platform_version'].start_with?('10')
228+
end
229+
226230
def oracle9?
227231
self.oracle? && self['platform_version'].start_with?('9')
228232
end

0 commit comments

Comments
 (0)