diff --git a/manifests/params.pp b/manifests/params.pp index 91ce31f1..c212b466 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -45,6 +45,7 @@ class vswitch::params { $ovs_status = '/etc/init.d/openvswitch-switch status | fgrep -q "not running"; if [ $? -eq 0 ]; then exit 1; else exit 0; fi' # lint:ignore:140chars } else { $ovs_service_hasstatus = true + $ovs_status = undef } } default: {