Puppet Class: netbox::redis
- Defined in:
- manifests/redis.pp
Summary
Class that handles the installation of RedisOverview
Class that handles the installation of Redis
7 8 9 |
# File 'manifests/redis.pp', line 7
class netbox::redis {
include ::redis
}
|