aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 01:09:28 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-21 10:21:23 +0200
commitd5f4e591f9cfedefdd4a71515b46c78e9a77e2ad (patch)
tree58624f2d05cf74587ecf74fba92618f0c60b4bc9 /modules/role/templates
parent9f430d51eec914c00249b9dc73e82500d312d7af (diff)
downloadPuppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.tar.gz
Puppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.tar.zst
Puppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.zip
Add redis to cryptoportfolio
Diffstat (limited to 'modules/role/templates')
-rw-r--r--modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb b/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb
new file mode 100644
index 0000000..067f12a
--- /dev/null
+++ b/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb
@@ -0,0 +1,17 @@
1[postgresql]
2db-host = <%= @pg_hostname %>
3db-port = <%= @pg_port %>
4db-user = <%= @pg_user %>
5db-password = <%= @pg_password %>
6db-database = <%= @pg_db %>
7
8[redis]
9redis-host = <%= @redis_host %>
10
11[app]
12action = print_balances
13report-redis
14no-report-path
15no-report-db
16quiet
17debug