Skip to content

Commit

Permalink
Set PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dseomn committed May 29, 2024
1 parent 48f271f commit 9c7a29d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions salt/file/cron/crontab.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#}
-#}

PATH={{ salt['environ.get']('PATH') }}

{%- for _, lines in
accumulator | default({}) | dictsort(case_sensitive=true) -%}
{%- for line in lines | sort(case_sensitive=true) -%}
{%- for line in lines | sort(case_sensitive=true) %}
{{ line }}
{% endfor -%}
{%- endfor -%}
{%- endfor -%}

0 comments on commit 9c7a29d

Please sign in to comment.