Skip to content

Commit

Permalink
addin banners to multipath files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmoiagese committed May 18, 2022
1 parent 99f3f5c commit 7f73838
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.7

* added banner on multipath managed files

## 0.1.6

* Added support for RHEL8
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-multipathd",
"version": "0.1.6",
"version": "0.1.7",
"author": "eyp",
"summary": "multipathd management",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions templates/multipathconf.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#
# puppet managed file
#

defaults {
user_friendly_names <%= scope.function_bool2yesno([@user_friendly_names]) %>
}
Expand Down

0 comments on commit 7f73838

Please sign in to comment.