Puppet Class: contrail::control::service

Defined in:
manifests/control/service.pp

Overview

Class: contrail::control::service

Manage the control service



5
6
7
8
9
10
11
12
# File 'manifests/control/service.pp', line 5

class contrail::control::service {

  service {'supervisor-control' :
    ensure => running,
    enable => true,
  }

}