Resource Type: agentil_landscape

Defined in:
lib/puppet/type/agentil_landscape.rb
Providers:
agentil

Overview

Manages a sap landscape inside the ‘sapbasis_agentil.cfg` file. Example:

agentil_landscape { 'sap01.example.com':
  ensure      => present,
  sid         => 'PRO',
  company     => 'Examplesoft',
  description => 'managed by puppet',
}

Properties

  • company

    The company that belongs to the landscape. This will only show up in the GUI

  • description

    A short description about the landscape. This will only show up in the GUI

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • sid

    The system identifier. Must consists of three of the alphanumerical characters

Parameters

  • name (namevar)

    The name of the landscape. This is typically a full qualified domain name

  • provider

    The specific backend to use for this ‘agentil_landscape` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.