From babd88b42f62a484a382bd7ec35448be179c7c94 Mon Sep 17 00:00:00 2001 From: Aiden Fine Date: Thu, 5 Mar 2026 15:45:02 -0500 Subject: [PATCH] source --- confs/orbstack-foreman.yml.tmpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/confs/orbstack-foreman.yml.tmpl b/confs/orbstack-foreman.yml.tmpl index 418c80d..1f0d26f 100644 --- a/confs/orbstack-foreman.yml.tmpl +++ b/confs/orbstack-foreman.yml.tmpl @@ -70,9 +70,14 @@ runcmd: sed -i 's|/home/vagrant|/home/{{ .Username }}|g; s|user: vagrant|user: {{ .Username }}|g; s|group: vagrant|group: {{ .Username }}|g' /etc/foreman-installer/scenarios.d/katello-devel-answers.yaml - foreman-installer --scenario katello-devel -v --no-colors + #rbenv to profile + - echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile + - echo 'eval "$(rbenv init -)"' >> ~/.profiles + #source - source ~/.bashrc - + - source ~/.profile + write_files: - path: /home/{{ .Username }}/.bashrc.d/custom.sh owner: {{ .Username }}:{{ .Username }}