Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 1.78 KB

REFERENCE.md

File metadata and controls

83 lines (45 loc) · 1.78 KB

Reference

Table of Contents

Classes

Classes

elastic_stack::repo

elastic_stack::repo

Examples

include elastic_stack::repo

Parameters

The following parameters are available in the elastic_stack::repo class:

oss

Data type: Boolean

Whether to use the purely open source (i.e., bundled without X-Pack) repository

Default value: false

prerelease

Data type: Boolean

Whether to use a repo for prerelease versions, like "6.0.0-rc2"

Default value: false

priority

Data type: Optional[Integer]

A numeric priority for the repo, passed to the package management system

Default value: undef

proxy

Data type: String

The URL of a HTTP proxy to use for package downloads (YUM only)

Default value: 'absent'

version

Data type: Integer

The (major) version of the Elastic Stack for which to configure the repo

Default value: 7

base_repo_url

Data type: Optional[String]

The base url for the repo path

Default value: undef