Which Ruby’s version is supported by Puppet?

devquora
devquora

Posted On: Feb 22, 2018

 

An MRI Ruby interpreter is needed by Puppet. There are some variants of Ruby which are never tested while some variants are tested with puppet very thoroughly and is done much more than other variants of Ruby. Run the variant of Ruby on your system for checking it. Since Puppet agent packages bundle their self environment of Ruby, therefore it does not depend upon the variant of Ruby of the OS.

The Puppet agent can be installed on the system with any of Ruby's variant or without installing Ruby. Similarly, The Puppet Enterprise also does not depend on the variant of Ruby of the OS since it bundles the self environment of Ruby. Puppet Enterprise can be installed on the system without installing Ruby or with any of the variant of Ruby.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Puppet Interview Questions

    What is Puppet?

    Puppet is a tool for managing configuration and is broadly used for the purpose of automation of the administrative tasks. The tool Puppet aids the server in deployment, managing and in the configurat...

    Puppet Interview Questions

    What do you understand by MCollective?

    MCollective is a framework of orchestration which is dynamically strong. It has the ability to run actions simultaneously over hundreds and thousands of servers with the help of existing plugins....

    Puppet Interview Questions

    What do you understand by Puppet Manifests?

    The details of the configuration of each puppet agent are written in the native language of Puppet. The configuration details are found in the Puppet master. It is written in the language that is unde...