From 559bcd86e67bd76ba250d1bdf3e4dace1addb553 Mon Sep 17 00:00:00 2001 From: pnx Date: Wed, 17 Feb 2016 09:08:32 +0100 Subject: [PATCH] modified: network.pp --- manifests/network.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/network.pp b/manifests/network.pp index 929189a..64a3974 100644 --- a/manifests/network.pp +++ b/manifests/network.pp @@ -125,7 +125,7 @@ exec { "virsh-net-start-${title}": command => "virsh net-start ${title}", require => Exec["virsh-net-define-${title}"], - unless => "virsh -q net-list --all | grep -Eq '^\s*${title}\\s+active'", + unless => "virsh -q net-list --all | grep -Eq '^\s*${title}\s+active'", } } }