Puppet Class: pgbackrest::package
- Defined in:
- manifests/package.pp
Summary
Installs the pgBackRest packageOverview
Installs the pgBackRest package
8 9 10 11 12 |
# File 'manifests/package.pp', line 8
class pgbackrest::package() {
package { 'pgbackrest':
ensure => $pgbackrest::version,
}
}
|