From 49eb74d4d268f7a37389ba49c9d24c16a92827c6 Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Mon, 14 Nov 2016 16:05:05 -0500 Subject: [PATCH] add an comment about the file being managed by puppet --- templates/sysctl.d-file.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/sysctl.d-file.erb b/templates/sysctl.d-file.erb index 0d4863c..fa4e46e 100644 --- a/templates/sysctl.d-file.erb +++ b/templates/sysctl.d-file.erb @@ -1,3 +1,5 @@ +### File managed with puppet ### + <% if @comment.is_a?(Array) -%> <% @comment.each do |line| -%> # <%= line %>