puppet-httpd/Modulefile
Kelsey Hightower 88a2ac6388 (#11706) puppetlabs-apache depends on puppetlabs-firewall
Without this patch puppetlabs-apache does not depend on
puppetlabs-firewall.

This patch solves this problem by updating the Modulefile to specify
the dependency on puppetlabs-firewall.
2012-01-21 18:04:28 -05:00

4 lines
86 B
Puppet

name 'puppetlabs-apache'
version '0.0.3'
dependency 'puppetlabs-firewall', '>= 0.0.1'