Resource Type: registry_key

Defined in:
lib/puppet/type/registry_key.rb
Providers:
registry

Overview

Manages registry keys on Windows

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • path

    The path to the registry key to manage

  • provider

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

  • purge_values (defaults to: false)

    Common boolean for munging and validation.

    Supported values:
    • true
    • false