https://github.com/tombuildsstuff/puppet-notepad2
A puppet module to install notepad2 on Windows
https://github.com/tombuildsstuff/puppet-notepad2
Last synced: over 1 year ago
JSON representation
A puppet module to install notepad2 on Windows
- Host: GitHub
- URL: https://github.com/tombuildsstuff/puppet-notepad2
- Owner: tombuildsstuff
- License: mit
- Created: 2014-06-07T10:52:51.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-24T15:27:53.000Z (about 12 years ago)
- Last Synced: 2025-03-08T09:18:40.539Z (over 1 year ago)
- Language: Puppet
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Puppet-Notepad2
===============
A puppet module to install Notepad2 on Windows Systems.
[](https://travis-ci.org/tombuildsstuff/puppet-notepad2)
Installation
------------
Add this to your Puppetfile:
```puppet
mod 'tombuildsstuff/notepad2'
````
Usage
-----
You need to reference only a single class 'notepad2' - which handles the install process. You can do this like so:
```puppet
class { 'notepad2':
ensure => 'present'
}
```
Testing
-------
This module's been tested on Windows Server 2008 R2 - it *should* work on 2012 as well, but I haven't tested it..
Contributing
------------
Send a pull request, ideally with tests :)