Version information
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'opentable-nssm', '1.0.0'
Learn more about managing modules with a PuppetfileDocumentation
####Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with nssm
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
##Overview
Module to install the nssm (http://nssm.cc/)
##Module Description
Installs nssm (the Non-Sucking Service Manager)
##Setup
###What nssm affects
- Installs into NSSM into program files (files only)
###Beginning with nssm
Install with defaults:
include nssm
Install from custom url:
class { 'nssm':
install_url = 'http://nssm.cc/release/nssm-2.23.zip',
install_dir = 'C:\Program Files\nssm',
version = '2.23'
}
##Usage
###Classes and Defined Types
####Class: nssm
One of the primary classes of the nssm module. This class will install the nssm binaries
Parameters within nssm
:
#####install_url
The url to download the nssm package from
#####install_dir
The directory to install the package to
#####version
The version of nssm to install
##Reference
###Classes ####Pulic Classes
nssm
: Guides the install of the nssm files from zip file
##Limitations
This module is tested on the following platforms:
- Windows 2008 R2
It is tested with the OSS version of Puppet only.
##Development
###Contributing
Please read CONTRIBUTING.md for full details on contributing to this project.
##2014-10-10 - Release 1.0.0 ###Summary
Bumping to 1.0 release. Improved documentation and testing.
##2014-07-07 - Release 0.1.0 ###Summary
Initial release to install nssm package
Dependencies
- puppetlabs/stdlib (>= 3.0.0 <5.0.0)
- opentable/download_file (>= 0.0.2 <1.0.0)
Copyright (c) 2014 OpenTable, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.