
Downloading and accessing our modules is seamlessly integrated into the Puppet ecosystem. You can download our modules from the Puppet forge.
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.
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'