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.
1 parent 722532c commit 6bf2683Copy full SHA for 6bf2683
lib/bolt/pal.rb
@@ -495,9 +495,9 @@ def get_plan_info(plan_name, with_mtime: false)
495
496
pp_path = File.join(mod, 'plans', "#{plan_subpath}.pp")
497
if File.exist?(pp_path)
498
- require 'puppet-strings'
499
- require 'puppet-strings/yard'
500
- PuppetStrings::Yard.setup!
+ require 'openvox-strings'
+ require 'openvox-strings/yard'
+ OpenvoxStrings::Yard.setup!
501
YARD::Logger.instance.level = if YARD::Logger.const_defined?(:Severity)
502
YARD::Logger::Severity::ERROR
503
else
0 commit comments