Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [v2.3.0](https://github.com/voxpupuli/puppet-windows_env/tree/v2.3.0) (2017-02-12)
## [v2.3.0](https://github.com/puppetlabs/puppetlabs-windows_env/tree/v2.3.0) (2017-02-12)

This is the last release with Puppet3 support!
* Fix: Check for clobber issues within a single catalog
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ puppet module install puppet/windows_env
Install from git (do this in your modulepath):

```sh
git clone https://github.com/voxpupuli/puppet-windows_env windows_env
git clone https://github.com/puppetlabs/puppetlabs-windows_env windows_env
```

## Changes
Expand Down Expand Up @@ -242,7 +242,7 @@ Note that the names will appear as uppercase in the fact, for example the `windi

The [puppet-windows-path](https://github.com/basti1302/puppet-windows-path)
module by Bastian Krol was the starting point for this module.
puppet-windows_env got migrated from [badgerious](https;//github.com/badgerious)
puppetlabs-windows_env got migrated from [badgerious](https;//github.com/badgerious)
to Vox Pupuli.

## Transfer notice
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "puppet-windows_env",
"name": "puppetlabs-windows_env",
"version": "4.0.2-rc0",
"author": "puppetlabs",
"summary": "Manages Windows environment variables",
Expand Down