puppet-httpd/Modulefile
William Van Hevelingen fd900158b0 Add LICENSE file and update the ModuleFile
This commit adds an Apache License to be consistent
with the other puppetlabs modules and updates the modulefile
with additional fields.
2012-02-29 21:43:21 -08:00

12 lines
360 B
Puppet

name 'puppetlabs-apache'
version '0.0.3'
source 'git://github.com/puppetlabs/puppetlabs-apache.git'
author 'puppetlabs'
license 'Apache 2.0'
summary 'Puppet module for Apache'
description 'Module for Apache configuration'
project_page 'https://github.com/puppetlabs/puppetlabs-apache'
## Add dependencies, if any:
dependency 'puppetlabs-firewall', '>= 0.0.1'