Skip to content

Commit

Permalink
Merge pull request #9 from saltstack-formulas/myii-patch-1
Browse files Browse the repository at this point in the history
refactor(plugins): use 4-digit `mode` as introduced in #8
  • Loading branch information
myii authored Jun 7, 2019
2 parents 0b68c4b + da46e5c commit fcbfe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeck/plugins.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rundeck.plugin.{{ plugin }}.permissions:
- name: {{ rundeck_settings.plugins_path }}/{{ plugin_name }}
- user: {{ rundeck_settings.user }}
- group: {{ rundeck_settings.group }}
- mode: '644'
- mode: '0644'
{% endfor %}
{% endif %}

0 comments on commit fcbfe5b

Please sign in to comment.