
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.
4 lines
86 B
Puppet
4 lines
86 B
Puppet
name 'puppetlabs-apache'
|
|
version '0.0.3'
|
|
dependency 'puppetlabs-firewall', '>= 0.0.1'
|