Skip to content

Latest commit

 

History

History
71 lines (39 loc) · 1.58 KB

File metadata and controls

71 lines (39 loc) · 1.58 KB

Reference

Table of Contents

Resource types

  • oratab: Define database instaces in /etc/oratab with instance name home directory and a flag which indicates if the instance should be started togeth

Resource types

oratab

Define database instaces in /etc/oratab with instance name home directory and a flag which indicates if the instance should be started together with the database

Properties

The following properties are available in the oratab type.

atboot

Valid values: yes, no, Y, N

Aliases: "Y"=>"yes", "N"=>"no"

If the instance should start together with the database itself set this property to yes otherwise to no

description

An optional description that will be added as an inline comment in the target file

ensure

Valid values: present, absent

The basic property that the resource should be in.

Default value: present

home

The home directory of the instance. This must be an absolute path

target

The path of the target file to store the instance information in

Parameters

The following parameters are available in the oratab type.

name

namevar

The instance's name

provider

The specific backend to use for this oratab resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform.