Resource Type: slurm_license

Defined in:
lib/puppet/type/slurm_license.rb
Providers:
sacctmgr

Overview

Puppet type that manages a SLURM software resource

Examples:

Add SLURM software resource

slurm_license { 'matlab@host':
  ensure  => 'present',
  count   => 100,
}
slurm_license { 'matlab@host for linux':
  ensure          => 'present',
  percent_allowed => 100,
}

Properties

  • count

    Count

  • description

    Description

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • percent_allowed

    PercentAllowed

  • server_type (defaults to: absent)

    ServerType

Parameters

  • cluster

    Cluster

  • name (namevar)

    Resource name

  • provider

    The specific backend to use for this slurm_license resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • resource_name

    Resource name

  • server

    Server

  • type (defaults to: License)

    Resource type, read-only