Puppet Class: sys::solaris::hotplug

Defined in:
manifests/solaris/hotplug.pp

Overview

This class enables the hotplug service on Solaris platforms, useful for storage platforms.



3
4
5
6
7
# File 'manifests/solaris/hotplug.pp', line 3

class sys::solaris::hotplug {
  service { 'system/hotplug:default':
    ensure => running,
  }
}