class ChefCLI::PolicyfileLock::InstallReport

def installing_fixed_version_cookbook(cookbook_spec)

def installing_fixed_version_cookbook(cookbook_spec)
  verb = cookbook_spec.installed? ? "Using     " : "Installing"
  ui.msg("#{verb} #{format_fixed_version_cookbook(cookbook_spec)}")
end