fd900158b0
This commit adds an Apache License to be consistent with the other puppetlabs modules and updates the modulefile with additional fields.
12 lines
360 B
Puppet
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'
|