diff --git a/manifests/init.pp b/manifests/init.pp index 3156e887d28eb27fbe695a59914e2847e93d4678..5b1bffd4e476fcfc7d4eb0c43d0cd68a46718f78 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -207,11 +207,11 @@ class network ( } $manage_config_file_notify = $config_file_notify ? { - 'class_default' => "Exec[${service_restart_exec}]", + 'class_default' => "Exec[network_restart]", 'undef' => undef, '' => undef, undef => undef, - true => "Exec[${service_restart_exec}]", + true => "Exec[network_restart]", false => undef, default => $config_file_notify, }