You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifdevice_name# line too long # rubocop:disable Style/GuardClause
544
-
raisePuppet::DevError,"Found neither the device-specific provider class Puppet::Provider::#{class_name}::#{device_class_name} in puppet/provider/#{type_name}/#{device_name}"\
545
-
" nor the generic provider class Puppet::Provider::#{class_name}::#{class_name} in puppet/provider/#{type_name}/#{type_name}"
544
+
raisePuppet::DevError,"Found neither the device-specific provider class Puppet::Provider::#{class_name}::#{device_class_name} in puppet/provider/#{type_name}/#{device_name} "\
545
+
"nor the generic provider class Puppet::Provider::#{class_name}::#{class_name} in puppet/provider/#{type_name}/#{type_name}"
546
546
else
547
547
raisePuppet::DevError,"provider class Puppet::Provider::#{class_name}::#{class_name} not found in puppet/provider/#{type_name}/#{type_name}"
raisePuppet::DevError,format('Transport for `%<target>s` not registered with `%<environment>s`',target: name,environment: current_environment_name)iftransport_schema.nil?
0 commit comments