diff --git a/lazy.ansible/.manala.yaml b/lazy.ansible/.manala.yaml index 121faed4..be763122 100644 --- a/lazy.ansible/.manala.yaml +++ b/lazy.ansible/.manala.yaml @@ -39,6 +39,8 @@ system: env_file: [] # @schema {"items": {"type": "string"}} mount: [] + # @schema {"type": ["null", "string"]} + profile: ~ docker: false goss: # @schema {"enum": [null, "0.4.4", "0.3.23"]} diff --git a/lazy.ansible/.manala/etc/profile.d/profile.sh.tmpl b/lazy.ansible/.manala/etc/profile.d/profile.sh.tmpl new file mode 100644 index 00000000..d7ca507d --- /dev/null +++ b/lazy.ansible/.manala/etc/profile.d/profile.sh.tmpl @@ -0,0 +1,5 @@ +# Profile template +# Don't edit this file directly. Instead, set profile in project .manala.yaml, and run `manala up`. +{{ if .Vars.system.profile }} +{{ .Vars.system.profile }} +{{- end -}} diff --git a/lazy.kubernetes/.manala.yaml b/lazy.kubernetes/.manala.yaml index 0fd15528..b9f33354 100644 --- a/lazy.kubernetes/.manala.yaml +++ b/lazy.kubernetes/.manala.yaml @@ -39,6 +39,8 @@ system: env_file: [] # @schema {"items": {"type": "string"}} mount: [] + # @schema {"type": ["null", "string"]} + profile: ~ docker: false goss: # @schema {"enum": [null, "0.4.4", "0.3.23"]} diff --git a/lazy.kubernetes/.manala/etc/profile.d/profile.sh.tmpl b/lazy.kubernetes/.manala/etc/profile.d/profile.sh.tmpl new file mode 100644 index 00000000..d7ca507d --- /dev/null +++ b/lazy.kubernetes/.manala/etc/profile.d/profile.sh.tmpl @@ -0,0 +1,5 @@ +# Profile template +# Don't edit this file directly. Instead, set profile in project .manala.yaml, and run `manala up`. +{{ if .Vars.system.profile }} +{{ .Vars.system.profile }} +{{- end -}} diff --git a/lazy.symfony/.manala.yaml b/lazy.symfony/.manala.yaml index f33003ea..e2f2454b 100644 --- a/lazy.symfony/.manala.yaml +++ b/lazy.symfony/.manala.yaml @@ -40,6 +40,8 @@ system: env_file: [] # @schema {"items": {"type": "string"}} mount: [] + # @schema {"type": ["null", "string"]} + profile: ~ docker: false goss: # @schema {"enum": [null, "0.4.4", "0.3.23"]} diff --git a/lazy.symfony/.manala/etc/profile.d/profile.sh.tmpl b/lazy.symfony/.manala/etc/profile.d/profile.sh.tmpl new file mode 100644 index 00000000..d7ca507d --- /dev/null +++ b/lazy.symfony/.manala/etc/profile.d/profile.sh.tmpl @@ -0,0 +1,5 @@ +# Profile template +# Don't edit this file directly. Instead, set profile in project .manala.yaml, and run `manala up`. +{{ if .Vars.system.profile }} +{{ .Vars.system.profile }} +{{- end -}}