summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/tick.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/tick.pp')
-rw-r--r--modules/tozt/manifests/tick.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/modules/tozt/manifests/tick.pp b/modules/tozt/manifests/tick.pp
index 58da090..8eedf26 100644
--- a/modules/tozt/manifests/tick.pp
+++ b/modules/tozt/manifests/tick.pp
@@ -23,25 +23,11 @@ class tozt::tick {
source => 'puppet:///modules/tozt/kapacitor/partofme-data.tick';
}
- secret {
- "/media/persistent/influxdb.htpasswd":
- source => 'influxdb_htpasswd',
- owner => 'http';
- "/media/persistent/chronograf.htpasswd":
- source => 'chronograf_htpasswd',
- owner => 'http';
- }
-
nginx::site {
"influxdb-tls":
source => 'puppet:///modules/tozt/nginx/influxdb-tls.conf',
require => Class['certbot'];
"influxdb":
source => 'puppet:///modules/tozt/nginx/influxdb.conf';
- "chronograf-tls":
- source => 'puppet:///modules/tozt/nginx/chronograf-tls.conf',
- require => Class['certbot'];
- "chronograf":
- source => 'puppet:///modules/tozt/nginx/chronograf.conf';
}
}