Puppet Class: cassandra::reaper::install

Defined in:
manifests/reaper/install.pp

Summary

Do not include this class for its own.

Overview

Installing a cassandra reaper instance.

This class is included by cassandra::reaper and should not be used otherwise.



7
8
9
10
11
# File 'manifests/reaper/install.pp', line 7

class cassandra::reaper::install {
  package{ 'reaper':
    ensure => $cassandra::reaper::package_ensure,
  }
}