-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update inpycon/init.sls #30
Comments
What is the exact error? |
|
Cool! I have an idea of why this is erroring. I moved the old |
Also you may want to review the ssl logic, since it checks whether ssl is on. In present context ssl should be on by default. Which brings to the point if https://github.com/pythonindia/magudi/blob/master/pillar/pycon.sls is at all required |
I don't think https://github.com/pythonindia/magudi/blob/master/pillar/pycon.sls is required. Also, if SSL is on block is also not required. SSL should be on by default |
https://github.com/pythonindia/magudi/blob/master/pillar/pycon.sls may be required if we store the certificates in pillar and then reference them. However, with certbot the certificates are kind of disposable. They even automatically renew. |
Since magudi uses letsencrypt live certs so the symlink rules for the old certs can be removed. It gives a warning now while running provision. Relevant code
magudi/salt/roots/inpycon/init.sls
Lines 106 to 112 in 6fd3069
The text was updated successfully, but these errors were encountered: