Merge "Make ovs-vswitchd restart instead of stop/start" into stable/newton

This commit is contained in:
Jenkins 2017-03-16 14:32:27 +00:00 committed by Gerrit Code Review
commit 69e8d96767
1 changed files with 6 additions and 5 deletions

View File

@ -79,6 +79,7 @@ class l23network::l2 (
name => $::l23network::params::ovs_service_name,
enable => true,
hasstatus => true,
hasrestart => true,
}
Service['openvswitch-service'] -> Anchor['l23network::l2::init']