Uploaded image for project: 'Puppet Agent'
  1. Puppet Agent
  2. PA-2769

Fix PATH set by wrapper scripts

    XMLWordPrintable

Details

    • 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

          Activity

            People

              gheorghe.popescu Gheorghe Popescu
              gabriel.nagy Gabriel Nagy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Zendesk Support