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 c5be18f commit c6d5f4bCopy full SHA for c6d5f4b
salt/obs.sls
@@ -116,6 +116,17 @@ start_obsservice:
116
- group: root
117
- mode: 644
118
119
+trust_self_cert:
120
+ cmd.run:
121
+ - name: c_rehash /etc/ssl/certs/
122
+
123
+restart_obssrcserver:
124
+ service.running:
125
+ - name: obssrcserver
126
+ - enable: True
127
+ - watch:
128
+ - trust_self_cert
129
130
set_obs_instance_configurations:
131
cmd.run:
132
- name: osc -A https://localhost:443 api /configuration -T /tmp/obs_instance_configuration.xml
0 commit comments