-
hi, i´ve created a puppet class to install ManageIQ Oparin on RHEL8 via Satellite so far everthing works fine. If i config it via appliance_console on console afterwards. i wanted to extend my class to call appliance_console_cli via puppet exec
from the output it seems that i might miss some Parameters eg. environment?
any help to lift me on track would be appreciated, i´m not that familiar with ruby |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
That sounds like it is not setting the path variables correctly for ruby. I wonder if sourcing You can probably see that the |
Beta Was this translation helpful? Give feedback.
-
Hey kbrock, sourcing directly /etc/default/evm didn´t help on the "appliance_console_cli" part, i´ve added an additional 'environment' paramter to my puppet exec command with values taken from your hint about the manageiq*.properties files
afterwards it nagged about the db related ENV Parameters so i ended in "source /etc/default/evm" and done my appliance_console_cli exec part, now it works! thx ;) |
Beta Was this translation helpful? Give feedback.
Hey kbrock,
sourcing directly /etc/default/evm didn´t help on the "appliance_console_cli" part, i´ve added an additional 'environment' paramter to my puppet exec command with values taken from your hint about the manageiq*.properties files