[node-patches] Change in ovirt-node[ovirt-3.5]: recipe: Fix herestring

fabiand at redhat.com fabiand at redhat.com
Wed Dec 3 16:18:51 UTC 2014


Fabian Deutsch has uploaded a new change for review.

Change subject: recipe: Fix herestring
......................................................................

recipe: Fix herestring

Change-Id: Ieb88af78d9c102ce9fe29e1bb8412307a302bb40
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M recipe/rhevh6-post.ks
M recipe/rhevh7-post.ks
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/51/35851/1

diff --git a/recipe/rhevh6-post.ks b/recipe/rhevh6-post.ks
index 2776ad6..73e0b73 100644
--- a/recipe/rhevh6-post.ks
+++ b/recipe/rhevh6-post.ks
@@ -242,7 +242,7 @@
 
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=1167620
-cat <<EOF_mpath >> /etc/multipath.conf
+cat << \EOF_mpath >> /etc/multipath.conf
 
 defaults {
         find_multipaths yes
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index 39fe0af..238ea3f 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -236,7 +236,7 @@
 EOF_dracut
 
 # https://bugzilla.redhat.com/show_bug.cgi?id=1167620
-cat <<EOF_mpath >> /etc/multipath.conf
+cat << \EOF_mpath >> /etc/multipath.conf
 
 defaults {
         find_multipaths yes


-- 
To view, visit http://gerrit.ovirt.org/35851
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieb88af78d9c102ce9fe29e1bb8412307a302bb40
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at redhat.com>



More information about the node-patches mailing list