Merge lp://staging/~freyes/charm-helpers/fix-ufw-path into lp://staging/charm-helpers
Proposed by
Felipe Reyes
Status: | Merged |
---|---|
Merged at revision: | 265 |
Proposed branch: | lp://staging/~freyes/charm-helpers/fix-ufw-path |
Merge into: | lp://staging/charm-helpers |
Diff against target: |
99 lines (+23/-7) 2 files modified
charmhelpers/contrib/network/ufw.py (+10/-3) tests/contrib/network/test_ufw.py (+13/-4) |
To merge this branch: | bzr merge lp://staging/~freyes/charm-helpers/fix-ufw-path |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
charmers | Pending | ||
Review via email: mp+243824@code.staging.launchpad.net |
Description of the change
Set PATH when using 'env' argument in subprocess calls
If PATH is not set any attempt to run programs without an absolute path get a 'No such file or directory' error
To post a comment you must log in.