Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

add create_ressource from hiera #43

Merged
merged 1 commit into from
Oct 16, 2015

Conversation

bleuchtang
Copy link
Contributor

With this PR we can create redis servers with

redis::install::redis_package: true
redis::install::redis_version: '2:2.8.17-1+deb8u1'
redis::servers:
 'name_server':
    requirepass: 'strongpass'
    enabled: true
    redis_ip: '0.0.0.0'
    redis_port: '6800'
    redis_log_dir: '/var/log/redis/'

in my hiera node definition.

dwerder added a commit that referenced this pull request Oct 16, 2015
@dwerder dwerder merged commit 9e68e46 into echocat:develop Oct 16, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants