Version information
This version is compatible with:
- Puppet Enterprise 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 4.7.0 < 6.0.0
Start using this module
Add this module to your Puppetfile:
mod 'tspy-win_apache', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
win_apache
Table of Contents
- Description
- Setup - The basics of getting started with win_apache
- 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
- Release Notes
Description
This module installs and configures Apache for Windows. We use Chocolatey for the installation and a Puppet Template file, which is pretty basic at the moment, but you can make it your own. We will continue to add on as we can and make it smarter and more robust.
Setup
Setup Requirements
This module does require Chocolatey to install the package, but you can define where it is installed to. Check out the Hiera data here.
Beginning with win_apache
include win_apache
Reference
We do create an apache_version fact and it is visible and usable in the environment. It is set to find the current version based on chocolatey output and we will keep tabs on if the scope changes and will update accordingly.
Limitations
This has only been tested on Windows 2012 R2, but will be tested on Windows 2016 soon. If you try it and it works let us know.
Development
Fork it, develop it, push it. Or just give feedback, you won't hurt my feelings.
Release Notes
See the Changelog
Changelog
All notable changes to this project will be documented in this file.
Release 0.1.0
0.1.0 Was just about getting it out here. All of the basic functionality to get it installed and configured.
0.1.1 Updating the README file to give proper information.
0.1.2 Updated README to remove win_mysql reference, because this is wn_apache. That's what I get for copying and pasting sometimes.
Features
Bugfixes
Known Issues
Dependencies
- puppetlabs-chocolatey (>=3.0.0 < 3.0.0)