saz / puppet-php

Puppet module to manage php (Apache, CLI, FPM)
Other
64 stars 38 forks source link

Remove `require` and `notify` from Php::Module #18

Closed kasperisager closed 10 years ago

kasperisager commented 10 years ago

Since they're meta parameters, they shouldn't be explicitly defined in the class. Doing so causes warnings to be thrown.

kasperisager commented 10 years ago

@saz Any thoughts on this?