A puppet module to install Notepad2 on Windows Systems.
Add this to your Puppetfile:
mod 'tombuildsstuff/notepad2'
You need to reference only a single class 'notepad2' - which handles the install process. You can do this like so:
class { 'notepad2':
ensure => 'present'
}
This module's been tested on Windows Server 2008 R2 - it should work on 2012 as well, but I haven't tested it..
Send a pull request, ideally with tests :)