zend-patterns / ZendServerPuppet

ZendServerPuppet
Apache License 2.0
6 stars 16 forks source link

not possible to activate ZendDebugger via puppet #66

Open fgerards opened 7 years ago

fgerards commented 7 years ago

Hi, I found no option/sdkCmd etc. to activate and configure the ZendDebugger component via puppet. Is this possible at all ?

ubellavance commented 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.

ubellavance commented 7 years ago

@fgerards did you try my proposed solution? Can we close this issue?

ubellavance commented 6 years ago

@fgerards can we close this issue?

fgerards commented 5 years ago

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.