aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll/templates/epoll.yml
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-09-12 13:35:45 +0000
committerPascal Terjan <pterjan@mageia.org>2018-09-12 13:35:45 +0000
commit7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a (patch)
treec7265c558904e3a54890254f95e8f2da550356b5 /modules/epoll/templates/epoll.yml
parent9b8b6d1dfa78b745836a5929c66c23ed97e87827 (diff)
downloadpuppet-7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a.tar
puppet-7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a.tar.gz
puppet-7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a.tar.bz2
puppet-7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a.tar.xz
puppet-7ada898419b47adb68b2bfa1c18b5ea6cbdfe03a.zip
Require a password to create new polls
Diffstat (limited to 'modules/epoll/templates/epoll.yml')
-rw-r--r--modules/epoll/templates/epoll.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/epoll/templates/epoll.yml b/modules/epoll/templates/epoll.yml
index a6d078ff..d442a41e 100644
--- a/modules/epoll/templates/epoll.yml
+++ b/modules/epoll/templates/epoll.yml
@@ -8,4 +8,4 @@ db: dbname=<%= scope.lookupvar('epoll::var::db_name') %>;host=<%= scope.lookupva
# This change the poll creation behavior, instead ask want confirmation by
# mail
# it ask for this password (in clear)
-# newpollpasswd:
+newpollpasswd: <%= scope.lookupvar('epoll::var::password') %>