An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Puppet-Notepad2
===============

A puppet module to install Notepad2 on Windows Systems.
[![Project Build Status](https://travis-ci.org/tombuildsstuff/puppet-notepad2.svg?branch=master)](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 :)