
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
puppet-lint-classes_and_types_beginning_with_digits-check
Advanced tools
A puppet-lint plugin to check for types and class names that begin with digits.
This repository is archived, because the plugin is obsolete since Puppet 4. A Puppet compile check should give the same error. The v1.0.0 release is the last one
$ gem install puppet-lint-classes_and_types_beginning_with_digits-check
gem 'puppet-lint-classes_and_types_beginning_with_digits-check', :require => false
In the future parser/Puppet 4.0.0 and higher, defined resource types and class names cannot begin with digits.
class 10apache {}
class apache {}
To disable this check, you can add --no-classes_and_types_beginning_with_digits-check
to your puppet-lint command line.
$ puppet-lint --no-classes_and_types_beginning_with_digits-check path/to/file.pp
Alternatively, if you’re calling puppet-lint via the Rake task, you should insert the following line to your Rakefile
.
PuppetLint.configuration.send('classes_and_types_beginning_with_digits')
This plugin was originally authored by Puppet Inc. The maintainer preferred that Puppet Community take ownership of the module for future improvement and maintenance. Existing pull requests and issues were transferred over, please fork and continue to contribute here instead of Puppet Inc.
This gem is licensed under the Apache-2 license.
To make a new release, please do:
bundle install --with release --path .vendor
bundle exec rake changelog
FAQs
Unknown package
We found that puppet-lint-classes_and_types_beginning_with_digits-check demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.