|
Mantis - py_salt
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 5273 | minor | always | 2016-04-03 04:49 | 2016-04-04 09:43 | |
|
|
|||||
| Reporter: | clallen | Platform: | |||
| Assigned To: | dam | OS: | |||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0005273: Salt master service will not start | ||||
| Description: | The SMF service script (/var/opt/csw/svc/method/svc-salt-master) has a bug which prevents the service from starting. On line 12, there is a test to see if the config dir exists, however it checks for a file (-f) not a directory (-d) and exits. | ||||
| Steps To Reproduce: | |||||
| Additional Information: |
Here is a diff of the necessary change: 12c12 < [ ! -d ${CONF_DIR} ] && exit $CONF_DIR --- > [ ! -f ${CONF_DIR} ] && exit $CONF_DIR |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2016-04-03 04:49 | clallen | New Issue | |||
| 2016-04-04 09:07 | dam | Status | new => assigned | ||
| 2016-04-04 09:07 | dam | Assigned To | => dam | ||
| 2016-04-04 09:43 | dam | Note Added: 0011125 | |||
| 2016-04-04 09:43 | dam | Status | assigned => closed | ||
| 2016-04-04 09:43 | dam | Resolution | open => fixed | ||
| Notes | |||||
|
|
|||||
|
|
||||