Exception: Chef::Exceptions::PIDFileLockfileMatch

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializePIDFileLockfileMatch

Returns a new instance of PIDFileLockfileMatch.



470
471
472
# File 'lib/chef/exceptions.rb', line 470

def initialize
  super "PID file and lockfile are not permitted to match. Specify a different location with --pid or --lockfile"
end