Skip to content

Commit

Permalink
Fix Modulefile & CHANGELOG
Browse files Browse the repository at this point in the history
Prior to this commit, the puppetlabs-firewall dependency had a -
instead of a / which is required for the module tool to resolve the
dependency.

The CHANGELOG has also been updated.
  • Loading branch information
Ryan Coleman committed May 8, 2012
1 parent 2ab6946 commit a498e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Ryan Coleman - ryan@puppetlabs.com - May 8 2012 - v0.0.4
2012-05-08 Puppet Labs <info@puppetlabs.com> - 0.0.4
e62e362 Fix broken tests for ssl, vhost, vhost::*
42c6363 Changes to match style guide and pass puppet-lint without error
42bc8ba changed name => path for file resources in order to name namevar by it's name
Expand Down
2 changes: 1 addition & 1 deletion Modulefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description 'Module for Apache configuration'
project_page 'https://github.com/puppetlabs/puppetlabs-apache'

## Add dependencies, if any:
dependency 'puppetlabs-firewall', '>= 0.0.4'
dependency 'puppetlabs/firewall', '>= 0.0.4'

0 comments on commit a498e8c

Please sign in to comment.