From 5ee103ce7cd85b345eb6027e2810d77223198b65 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Thu, 9 Sep 2021 09:49:17 +0200 Subject: [PATCH] Corrected call of puppet agent bash profile --- foreman/altinea_puppet_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foreman/altinea_puppet_install.sh b/foreman/altinea_puppet_install.sh index 95e2f64..b49058e 100644 --- a/foreman/altinea_puppet_install.sh +++ b/foreman/altinea_puppet_install.sh @@ -8,4 +8,4 @@ echo "[agent] pluginsync = true report = true"> /etc/puppetlabs/puppet/puppet.conf /opt/puppetlabs/bin/puppet resource service puppet ensure=running enable=true -. /etc/profile.d/puppet-agent.sh +source /etc/profile.d/puppet-agent.sh