summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-22 02:16:31 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-22 02:16:31 -0400
commit2ebf71069cadd301cbe48fd131993651cacddfa1 (patch)
treedf8f38573283a316b597ca29c3cec47bb6fe199f /modules/tozt
parentb9c7804092ea0393d491aaab065d1896d7dca7b5 (diff)
downloadpuppet-tozt-2ebf71069cadd301cbe48fd131993651cacddfa1.tar.gz
puppet-tozt-2ebf71069cadd301cbe48fd131993651cacddfa1.zip
separate out postgres installation
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/ttrss.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/tozt/manifests/ttrss.pp b/modules/tozt/manifests/ttrss.pp
index 3b25ec3..338b4ea 100644
--- a/modules/tozt/manifests/ttrss.pp
+++ b/modules/tozt/manifests/ttrss.pp
@@ -3,7 +3,6 @@ class tozt::ttrss {
include tozt::persistent
class { "ttrss":
- dbpath => "/media/persistent/ttrss",
require => Class["tozt::persistent"];
}