arrow-right

Integrated into the Puppet eco-system

Downloading and accessing our modules is seamlessly integrated into the Puppet ecosystem. You can download our modules from the Puppet forge.

From the command line

When using Puppet from the command line, you can download our modules using the following syntax:

$ puppet module install
    enterprisemodules-ora_install

This way we provide optimal integration.

Get started…

Using librarian-puppet or R10K

Downloading our modules using librarian-puppet or r10k, is just as easy. Just add this to your Puppetfile

forge 'http://forge.puppet.com' 

mod 'puppetlabs/stdlib'
mod 'enterprisemodules/easy_type'
mod 'enterprisemodules/ora_install'
mod 'enterprisemodules/ora_config'
mod 'enterprisemodules/wls_install'
mod 'enterprisemodules/wls_config'

Get started…