Showing with 6 additions and 1 deletion.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 Modulefile
  3. +1 −0 README.md
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.2
-------
- Fix formatting for puppetforge's markdown interpreter (version bump needed to push to puppetforge)

v2.0.1
------
- Fix documentation (version bump needed to push to puppetforge)
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'badgerious-windows_env'
version '2.0.1'
version '2.0.2'
summary 'Manages Windows environment variables'
description 'Create, delete, and insert values into Windows environment variables'
project_page 'https://github.com/badgerious/puppet-windows-env'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ or refresh their environment by some other means.
### Examples

```puppet
# Title type #1. Variable name and value are extracted from title, splitting on '='.
# Default 'insert' mergemode is selected and default 'present' ensure is selected,
# so this will add 'C:\code\bin' to PATH, merging it neatly with existing content.
Expand Down