You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have inherited a system using this puppet-nagios module and the person who set it up has applied a hack to install a missing php-zts package as follows -
I would like to fix this properly by either submitting a patch upstream or refactoring appropriately. Looking at the code I wonder if the correct solution would be to submit a patch against thias-php?
The text was updated successfully, but these errors were encountered:
Well... I don't really know what to say.... let's try anyway :
Do things not work without the php-zts package installed? (because it does for me!)
Depending on the above, either it's completely optional and you should just add that to your node, or use something like php::module { 'zts': } to get proper ordering and hopefully web server reload, either it's required and I'll need to add it to the module.
I would also accept a pull request to make the installation of that package optional for the nagios::server class.
I have inherited a system using this puppet-nagios module and the person who set it up has applied a hack to install a missing php-zts package as follows -
I would like to fix this properly by either submitting a patch upstream or refactoring appropriately. Looking at the code I wonder if the correct solution would be to submit a patch against thias-php?
The text was updated successfully, but these errors were encountered: