Sha256: 30585803b5a4ff436a6df56e0b8df6348fb1eb2a994a842209ee4e0cc7b40fc9
Contents?: true
Size: 497 Bytes
Versions: 2
Compression:
Stored size: 497 Bytes
Contents
# @summary # A module used to contain a set of variables that are expected to remain constant across all iterations of the main pdksync module. module PdkSync # rubocop:disable Style/ClassAndModuleChildren module Constants ACCESS_TOKEN = ENV['GITHUB_TOKEN'].freeze NAMESPACE = 'puppetlabs'.freeze PDKSYNC_DIR = 'modules_pdksync'.freeze PUSH_FILE_DESTINATION = 'origin'.freeze CREATE_PR_AGAINST = 'master'.freeze MANAGED_MODULES = 'managed_modules.yml'.freeze end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pdksync-0.2.0 | lib/pdksync/constants.rb |
pdksync-0.1.0 | lib/pdksync/constants.rb |