Open fgerards opened 7 years ago
Yes it is supported, try this:
zendserver::extension { 'Zend Debugger':
enabled => false,
}
It is sometimes difficult to determine how to configure something because Zend has one type of calls for directives, one for extensions, one for audit, etc... but luckily, the Zend Debugger component is actually an extension for the SDK.
@fgerards did you try my proposed solution? Can we close this issue?
@fgerards can we close this issue?
tried your suggestion, but ZendDebugger is not managable via zendserver::extension as it also is a component, that has to be activated previously to managing it.
Hi, I found no option/sdkCmd etc. to activate and configure the ZendDebugger component via puppet. Is this possible at all ?