Resource Type: process_scheduler

Defined in:
lib/puppet/type/process_scheduler.rb
Providers:
process_scheduler

Overview

Manage Solaris process scheduler administration. See: dispadmin(8) It does not modify scheduler parameters. Once a scheduler has been set it cannot be unset by puppet.

NOTE The name of the resource is always the literal string 'current'

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • scheduler

    The default scheduling class. See dispadmin(8). If no default scheduler has been set puppet resource returns the default value TS.

    RT for the real-time class

    TS for the time-sharing class (default)

    IA for the inter-active class

    FSS for the fair-share class

    FX for the fixed-priority class

    Supported values:
    • RT
    • TS
    • IA
    • FSS
    • FX

Parameters

  • name (namevar)

    Name for the resource. Always 'current'

    Supported values:
    • current