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'", } } }