windows_env
: Manages Windows environment variables
Manages Windows environment variables
The following properties are available in the windows_env
type.
Valid values: present
, absent
The basic property that the resource should be in.
Default value: present
Valid values: REG_SZ
, REG_EXPAND_SZ
What type of registry key to use for the variable. Determines whether interpolation of '%' enclosed names will occur
The following parameters are available in the windows_env
type.
Set the timeout (in ms) for environment refreshes. This is per top level window, so delay may be longer than provided value.
Default value: 100
Valid values: clobber
, insert
, append
, prepend
How to set the value of the environment variable. E.g. replace existing value, append to existing value...
Default value: insert
The specific backend to use for this windows_env
resource. You will seldom need to specify this --- Puppet will
usually discover the appropriate provider for your platform.
How to separate environment variables with multiple values (e.g. PATH)
Default value: ;
namevar
Set the user whose environment will be modified
namevar
The environment variable value
namevar
The environment variable name