Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes, syntax improvements and removing unneeded code (python stuff is already refactored into $module/mod/python) #19

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
add :: to php class, to make sure it's top level scope php, not apach…
…e::php (which would be an infinite loop anyway)
  • Loading branch information
Walter Heck committed Mar 7, 2012
commit 801a464042dd77402414f994d8719528d7791c60
2 changes: 1 addition & 1 deletion manifests/php.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Sample Usage:
#
class apache::php {
include php
include ::php
# include apache::params

# package { $apache::params::php_package:
Expand Down