Update directory structure & allow to configure paths (tmp, log, cache)

This commit is contained in:
Nicolas Le Goff
2014-09-05 11:28:25 +02:00
parent 69fd50906f
commit de7988689e
2201 changed files with 850 additions and 13650 deletions

View File

@@ -0,0 +1,13 @@
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'