14 lines
416 B
Puppet
14 lines
416 B
Puppet
name 'fsalum-redis'
|
|
version '0.0.11'
|
|
source 'git://github.com/fsalum/puppet-redis.git'
|
|
author 'Felipe Salum'
|
|
license 'Apache License, Version 2.0'
|
|
summary 'Puppet module for Redis Server'
|
|
description 'Module to install and configure a Redis server'
|
|
project_page 'https://github.com/fsalum/puppet-redis'
|
|
|
|
## Add dependencies, if any:
|
|
|
|
# https://forge.puppetlabs.com/thias/sysctl
|
|
dependency 'thias/sysctl', '0.3.0'
|