summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/monitor.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/monitor.pp b/manifests/monitor.pp
index c51aad8..9139084 100644
--- a/manifests/monitor.pp
+++ b/manifests/monitor.pp
@@ -1,7 +1,7 @@
# Generate the hash using 'tor --hash-password <password>'
class onion::monitor(
- $control_password = hiera('onion::monitor::control_password'),
- $hashed_control_password = hiera('onion::monitor::hashed_control_password')
+ $control_password = lookup('onion::monitor::control_password'),
+ $hashed_control_password = lookup('onion::monitor::hashed_control_password')
) {
tor::daemon::control{ "control":
port => 9051,