Sha256: 1f24f85a6a4b0a98ff27e9ae7b33a5c9ce9225ce96d16b1513ad061c25d9fb51

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

module Mixlib
  class Install
    class Dist
      # This class is not fully implemented, depending it is not recommended!
      # Default project name
      PROJECT_NAME = "Chef".freeze
      # Binary repository base endpoint
      PRODUCT_ENDPOINT = "https://packages.chef.io".freeze
      # Omnitruck endpoint
      OMNITRUCK_ENDPOINT = "https://omnitruck.chef.io".freeze
      # Default product name
      DEFAULT_PRODUCT = "chef".freeze
      # Default download page URL
      DOWNLOADS_PAGE = "https://downloads.chef.io".freeze
      # Default github org
      GITHUB_ORG = "chef".freeze
      # Bug report URL
      BUG_URL = "https://github.com/chef/omnitruck/issues/new".freeze
      # Support ticket URL
      SUPPORT_URL = "https://www.chef.io/support/tickets".freeze
      # Resources URL
      RESOURCES_URL = "https://www.chef.io/support".freeze
      # MacOS volume name
      MACOS_VOLUME = "chef_software".freeze
      # Windows install directory name
      WINDOWS_INSTALL_DIR = "opscode".freeze
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mixlib-install-3.12.3 lib/mixlib/install/dist.rb
mixlib-install-3.12.1 lib/mixlib/install/dist.rb
mixlib-install-3.11.29 lib/mixlib/install/dist.rb
mixlib-install-3.11.28 lib/mixlib/install/dist.rb
mixlib-install-3.11.26 lib/mixlib/install/dist.rb
mixlib-install-3.11.24 lib/mixlib/install/dist.rb