Sha256: f8a95690299a600b1fe41f819ab5410964a5ccd77623312fd4ddbabcd9b387a3

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# frozen_string_literal: true

module PackageChanger
  USAGE = "

≈≈≈ PackageChanger ≈≈≈

  Usage: packagechanger [--silent] [--policy PolicyID] --old OldPackageName --new NewPackageName || --list ListedPackage
"


  CONFIG_ERROR = "

≈≈≈ PackageChanger ≈≈≈

  [ERROR] The configuration file is missing in /etc/packagechanger.conf

  You can copy a sample file from the data folder inside the installation path of PackageChanger and
  fill the JSS URL, User and Password.

"

  MISSSING_PACKAGE = "

≈≈≈ PackageChanger ≈≈≈

  \u{1f4a9} Missing packages: One or both of the provided packages do not exist. Please verify.
"

  MISSSING_POLICY = "

≈≈≈ PackageChanger ≈≈≈

  \u{1f4a9} Missing policy: The policy ID you provided does not exist. Please verify.
"

  MISSSING_LIST_PACKAGE = "

≈≈≈ PackageChanger ≈≈≈

  \u{1f4a9} Missing package: The provided package does not exist. Please verify.
"

  NO_RESULTS_LIST = "

  \u{1F6AB 1F4E6} There are no policies using the provided package.
"

  NO_RESULTS_CHANGE = "

  \u{1F6AB 1F4E6} There are no policies using the package you intend to change.
"

 ERROR = "

  Execution error.
"

STARTUP = "
≈≈≈ PackageChanger ≈≈≈
"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
PackageChanger-0.2.0 lib/PackageChanger/messages.rb