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

not possible to activate ZendDebugger via puppet #66

Open
fgerards opened this issue Oct 26, 2017 · 4 comments
Open

not possible to activate ZendDebugger via puppet #66

fgerards opened this issue Oct 26, 2017 · 4 comments

Comments

@fgerards
Copy link
Contributor

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

@ubellavance
Copy link
Contributor

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
Copy link
Contributor

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

@ubellavance
Copy link
Contributor

@fgerards can we close this issue?

@fgerards
Copy link
Contributor Author

fgerards commented Apr 3, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants