Resource Type: sshd_config_match

Defined in:
lib/puppet/type/sshd_config_match.rb
Providers:
augeas

Overview

Manages Match groups in an OpenSSH sshd_config file.

Properties

  • comment

    Text to be stored in a comment immediately above the entry. It will be automatically prepended with the name of the variable in order for the provider to know whether it controls the comment or not.

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • positioned

Parameters

  • condition (namevar)

    The condition of the Match group

  • name

    The default namevar

  • position

    Where to place the new entry

  • provider

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

  • target (namevar)

    The file in which to manage the sshd_config_match entry