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
Copy file name to clipboardexpand all lines: README.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,9 @@
11
11
*[Module Installation](#module-installation)
12
12
4.[Usage](#usage)
13
13
5.[Further Reference](#further-reference)
14
-
5.[Limitations](#limitations)
15
-
6.[Contributing to this module](#contributing-to-this-module)
14
+
6.[Limitations](#limitations)
15
+
7.[Troubleshooting](#troubleshooting)
16
+
8.[Contributing to this module](#contributing-to-this-module)
16
17
17
18
## Overview
18
19
The zendserver module allows you to easily manage Zend Server with Puppet.
@@ -147,6 +148,14 @@ The module is still under testing - please try it on a non-production system fir
147
148
* The module does not add /usr/local/zend/bin to the search path - you might want to do it yourself.
148
149
* The module is not compatible with the puppetlabs/apache module. Do not use both modules to manage the same node (=server). puppetlabs/apache can be used to manage other nodes.
149
150
151
+
## Troubleshooting
152
+
Log output is disabled by default. You may enable it back for debugging purposes:
153
+
```
154
+
- logoutput => false,
155
+
+ logoutput => true,
156
+
```
157
+
in `manifests/sdk/command.pp`
158
+
150
159
## Contributing to this module
151
160
If you wish to help our efforts you can open issues in the github repository or contribute code.
152
161
To contribute, please fork the repository and send us a pull-request with your changes using github.
0 commit comments