Puppet Class: netbox::redis

Defined in:
manifests/redis.pp

Summary

Class that handles the installation of Redis

Overview

Class that handles the installation of Redis

Examples:

include netbox::redis


7
8
9
# File 'manifests/redis.pp', line 7

class netbox::redis {
  include ::redis
}