We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c2943f commit ae7a261Copy full SHA for ae7a261
1 file changed
nosql-booster/config/lin_file.sls
@@ -57,6 +57,7 @@ NoSQL Booster Desktop Entry:
57
- template: 'jinja'
58
- user: 'root'
59
60
+{%- if grains.get('selinux:enabled', False) %}
61
Restore NoSQL Booster Context:
62
cmd.run:
63
- name: '/sbin/restorecon -R "{{ nosql_booster.config.install_root }}"'
@@ -81,3 +82,4 @@ Set NoSQL Booster Directory SELinux Context:
81
82
- require:
83
- sls: '{{ sls_package_install }}'
84
- sel_type: 'usr_t'
85
+{%- endif %}
0 commit comments