No commit activity in last 3 years
No release in over 3 years
A puppet-lint plugin to check whether all file_line resources have a match condition. That's important to avoid that file_line screws up the file-content.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Puppet lint check for file_line resources

Build Status

We found that using file_line without a match attrbite is dangerous in our setup. Therefore this check implements a warning in case the match is missing.