Quote some leftovers
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
This commit is contained in:
parent
3c8d7135dc
commit
c138b8165c
|
|
@ -7,7 +7,7 @@ file:
|
|||
exists: true
|
||||
filetype: file
|
||||
contents:
|
||||
- socket=/opt/bitnami/mysql/tmp/mysql.sock
|
||||
- "socket=/opt/bitnami/mysql/tmp/mysql.sock"
|
||||
/opt/bitnami/mysql/logs/mysqld.log:
|
||||
exists: true
|
||||
filetype: symlink
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ file:
|
|||
filetype: file
|
||||
contents:
|
||||
- /DocumentRoot.*/opt/bitnami/phpbb/
|
||||
- Alias /bitnami/phpbb /bitnami/phpbb
|
||||
- "Alias /bitnami/phpbb /bitnami/phpbb"
|
||||
# HTTPS vhost should have been properly rendered
|
||||
/opt/bitnami/apache/conf/vhosts/phpbb-https-vhost.conf:
|
||||
exists: true
|
||||
|
|
@ -24,7 +24,7 @@ file:
|
|||
contents:
|
||||
- "SSLEngine on"
|
||||
- /DocumentRoot.*/opt/bitnami/phpbb/
|
||||
- Alias /bitnami/phpbb /bitnami/phpbb
|
||||
- "Alias /bitnami/phpbb /bitnami/phpbb"
|
||||
group:
|
||||
daemon:
|
||||
exists: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue