Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Night's Watch
-
1
-
PR - 2019-07-10
-
Inspection
-
Not Needed
-
Needs Assessment
Description
This was introduced by PA-2750. Looks like the bourne shell on Solaris 10 is not familiar with the current export syntax:
export PATH="${PATH:+${PATH}:}/opt/puppetlabs/bin"
|
We should do it on two lines:
PATH="${PATH:+${PATH}:}/opt/puppetlabs/bin"
|
export PATH
|
Attachments
Issue Links
- is caused by
-
PA-2750 Wrapper scripts in /opt/puppetlabs/bin should ensure /opt/puppetlabs/bin is on the PATH
-
- Closed
-