Puppet Class: pgbackrest::package

Defined in:
manifests/package.pp

Summary

Installs the pgBackRest package

Overview

Installs the pgBackRest package

Examples:

include pgbackrest::package


8
9
10
11
12
# File 'manifests/package.pp', line 8

class pgbackrest::package() {
  package { 'pgbackrest':
    ensure => $pgbackrest::version,
  }
}