relekang / puppet-memoris

Deploy the memoris api with puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet-memoris

Deploy the memoris api with puppet. Set up a redis-server if wanted

class{ 'memoris':
  redis_port        => 6379,
  redis_host        => '127.0.0.1',
  configurate_redis => true
}

About

Deploy the memoris api with puppet

License:MIT License