16 lines
361 B
YAML
16 lines
361 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
# Check if node executable directory is symlinked to default bin directory
|
|
/opt/bitnami/ghost/bin:
|
|
filetype: symlink
|
|
linked-to: /opt/bitnami/ghost/versions/{{ .Env.APP_VERSION }}/node_modules/.bin
|
|
exists: true
|
|
user:
|
|
ghost:
|
|
exists: true
|
|
group:
|
|
ghost:
|
|
exists: true
|