summaryrefslogtreecommitdiffstats
path: root/tozt
diff options
context:
space:
mode:
Diffstat (limited to 'tozt')
-rw-r--r--tozt/tozt/manifests/ttrss.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tozt/tozt/manifests/ttrss.pp b/tozt/tozt/manifests/ttrss.pp
index 575a093..06d024d 100644
--- a/tozt/tozt/manifests/ttrss.pp
+++ b/tozt/tozt/manifests/ttrss.pp
@@ -2,7 +2,7 @@ class tozt::ttrss {
include tozt::certbot
include tozt::persistent
- class ttrss {
+ class { "ttrss":
dbpath => "/media/persistent/ttrss",
require => Class["tozt::persistent"];
}