Skip to content
Snippets Groups Projects
Commit e5dc38bd authored by Chris Martin's avatar Chris Martin
Browse files

making comment less long

parent fa719dfb
No related branches found
No related tags found
1 merge request!558Fix deployments for CentOS 7 and Ubuntu 18
Pipeline #396979825 passed
......@@ -3,7 +3,10 @@ module ServerDeploy exposing (cloudInitUserDataTemplate)
cloudInitUserDataTemplate : String
cloudInitUserDataTemplate =
-- The virtualenv case expression is due to CentOS 7 requiring `virtualenv-3`, Ubuntu 18 requiring `python3 -m virtualenv`, and everything else just using `virtualenv`
{-
The virtualenv case expression is due to CentOS 7 requiring use of `virtualenv-3`,
Ubuntu 18 requiring `python3 -m virtualenv`, and everything else just using `virtualenv`.
-}
"""#cloud-config
users:
- default
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment