Module | Puppet::Module::Tool |
In: |
lib/puppet/module/tool.rb
|
REPOSITORY_URL | = | 'http://forge.puppetlabs.com' | Default repository URL. | |
ARTIFACTS | = | ['pkg', /^\./, /^~/, /^#/, 'coverage'] | Directory names that should not be checksummed. | |
FULL_NAME_PATTERN | = | /\A([^-\/|.]+)[-|\/](.+)\z/ |
Is this a directory that shouldn‘t be checksummed?
TODO: Should this be part of Checksums? TODO: Rename this method to reflect it‘s purpose? TODO: Shouldn‘t this be used when building packages too?