Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

deanwilson/puppet-lint-non_erb_template_filename-check

Repository files navigation

puppet-lint non ERB template file name check

DEPRECATED

Extends puppet-lint to ensure all file names used in template functions end with the string '.erb'.

This plugin has been replaced by puppet-lint-template_file_extension-check which provides all the functionality this check does and more. You should move over to the new plugin when possible.

Build Status

This plugin is an extension of our local style guide and may not suit your own code base. This sample would trigger the puppet-lint warning:

class valid_template_filename {
  file { '/tmp/templated':
    content => template('mymodule/single_file.config'),
  }
}

# all template file names should end with ".erb"

Installation

To use this plugin add the following line to your Gemfile

gem 'puppet-lint-non_erb_template_filename-check'

and then run bundle install.

Usage

This plugin provides a new check to puppet-lint.

all template file names should end with ".erb"

Other puppet-lint plugins

You can find a list of my puppet-lint plugins in the unixdaemon puppet-lint-plugins repo.

Author

Dean Wilson

License

  • MIT

About

Extends puppet-lint to ensure all file names used in template functions end with the string '.erb'

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages