class Chef::Exceptions::PIDFileLockfileMatch
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 488 def initialize super "PID file and lockfile are not permitted to match. Specify a different location with --pid or --lockfile" end