From 7f7383815c7c037c6e7cda5d44cc657e651e4735 Mon Sep 17 00:00:00 2001 From: Marc Moya Date: Wed, 18 May 2022 11:10:05 +0200 Subject: [PATCH] addin banners to multipath files --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- templates/multipathconf.erb | 4 ++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b747c5b..83769ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.1.7 + +* added banner on multipath managed files + ## 0.1.6 * Added support for RHEL8 diff --git a/metadata.json b/metadata.json index 89e2522..5e0c65d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "eyp-multipathd", - "version": "0.1.6", + "version": "0.1.7", "author": "eyp", "summary": "multipathd management", "license": "Apache-2.0", diff --git a/templates/multipathconf.erb b/templates/multipathconf.erb index 4a6564e..e222949 100644 --- a/templates/multipathconf.erb +++ b/templates/multipathconf.erb @@ -1,3 +1,7 @@ +# +# puppet managed file +# + defaults { user_friendly_names <%= scope.function_bool2yesno([@user_friendly_names]) %> }