summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 20:46:27 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 20:46:27 -0400
commitc09f764b265845fb234ce1752ce3ee1048ced1b9 (patch)
treec41212f48d26c66d51dea0cc18e80ea3cad2e2db /manifests
parent1001a47bdc64de2560fa13993bfae53bb5909bc5 (diff)
downloadpuppet-tozt-c09f764b265845fb234ce1752ce3ee1048ced1b9.tar.gz
puppet-tozt-c09f764b265845fb234ce1752ce3ee1048ced1b9.zip
stop running an influxdb server
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 9f7db97..8fd9b11 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -21,6 +21,5 @@ node 'tozt', 'tozt.localdomain' {
include tozt::paste
include tozt::services
include tozt::site
- include tozt::tick
include tozt::ttrss
}