Overview

This class contains the definition for all the tablespaces you’d like on your system.

When these customizations aren’t enough, you can replace the class with your own class. See ora_profile::database for an explanation on how to do this.

Attributes

Attribute Name Short Description
list A list of database tablespaces to define.

list

A list of database tablespaces to define.

You must specify a Hash of ora_tablespace

The default value is: {}

This is a simple way to get started. It is easy to get started, but soon your hiera yaml become a nigtmare. Our advise is when you need to let puppet manage your Oracle profiles, to override this class and add your own puppet implementation. This is much better maintainable and adds more consistency.

Type: Hash

Back to overview of database::db_tablespaces