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
raisePuppet::Error.new(_("Unable to load application class '%{class_name}' from file 'puppet/application/%{application_name}.rb'") % {class_name: class_name,application_name: application_name})
254
+
raisePuppet::Error,_("Unable to load application class '%{class_name}' from file 'puppet/application/%{application_name}.rb'") % {class_name: class_name,application_name: application_name}
Puppet.notice_("Submitted certificate request for '%{name}' to %{url}") % {name: Puppet[:certname],url: route.url}
193
193
rescuePuppet::HTTP::ResponseError=>e
194
194
ife.response.code == 400
195
-
raisePuppet::Error.new(_("Could not submit certificate request for '%{name}' to %{url} due to a conflict on the server") % {name: Puppet[:certname],url: route.url})
195
+
raisePuppet::Error,_("Could not submit certificate request for '%{name}' to %{url} due to a conflict on the server") % {name: Puppet[:certname],url: route.url}
196
196
else
197
197
raisePuppet::Error.new(_("Failed to submit certificate request: %{message}") % {message: e.message},e)
raisePuppet::Error.new_("The directory '%{path}' contains %{entries} entries, which exceeds the limit of %{munged_max_files} specified by the max_files parameter for this resource. The limit may be increased, but be aware that large number of file resources can result in excessive resource consumption and degraded performance. Consider using an alternate method to manage large directory trees") % {path: path,entries: files.size,munged_max_files: munged_max_files}
71
+
raisePuppet::Error,_("The directory '%{path}' contains %{entries} entries, which exceeds the limit of %{munged_max_files} specified by the max_files parameter for this resource. The limit may be increased, but be aware that large number of file resources can result in excessive resource consumption and degraded performance. Consider using an alternate method to manage large directory trees") % {path: path,entries: files.size,munged_max_files: munged_max_files}
Puppet.warning_("The directory '%{path}' contains %{entries} entries, which exceeds the default soft limit %{soft_max_files} and may cause excessive resource consumption and degraded performance. To remove this warning set a value for `max_files` parameter or consider using an alternate method to manage large directory trees") % {path: path,entries: files.size,soft_max_files: soft_max_files}
0 commit comments