lib/omnibus/config.rb in omnibus-9.0.8 vs lib/omnibus/config.rb in omnibus-9.0.11
- old
+ new
@@ -599,9 +599,21 @@
# licensing warning.
#
# @return [true, false]
default(:fatal_transitive_dependency_licensing_warnings, false)
+ # Fail the build when health check does not succeed. This may only be set to false
+ # for very specific use-cases in the omnibus project. e.g. creating a wrapper installer
+ #
+ # @return [true, false]
+ default(:health_check, true)
+
+ # Use the internal_source URL when fetching software dependencies. e.g. when creating an
+ # omnibus package using artifactory as the source url.
+ #
+ # @return [true, false]
+ default(:use_internal_sources, false)
+
# --------------------------------------------------
# @!endgroup
#
#