]> gitweb.fluxo.info Git - puppet-tor.git/commitdiff
typ0
authordrebs <drebs@riseup.net>
Sun, 8 Jan 2012 04:34:09 +0000 (02:34 -0200)
committerdrebs <drebs@riseup.net>
Sun, 8 Jan 2012 04:34:09 +0000 (02:34 -0200)
manifests/daemon.pp
manifests/relay.pp

index 937a8c1fa37424d88d0b7b85a97095f3ffb757a6..c669d71fc8f0d2eb67c7e69f4fb5a639c6960f5b 100644 (file)
@@ -26,7 +26,7 @@ class tor::daemon inherits tor {
                  $contact_info = '',
                  $dir_port = 0,
                  $dir_listen_address = '',
-                 $dir_front_page = '',
+                 $dir_port_front_page = '',
                  $my_family = '',
                  $exit_policies = [],
                  $bridge_relay = 0) {
index 706a2545032c2821f7f6eb7765dc641ebf225093..6f74895d383d2bda05a2c40ccafd585a39a79902 100644 (file)
@@ -14,7 +14,7 @@ class tor::relay inherits tor::daemon {
                         contact_info           => '',
                         dir_port               => 0,
                         dir_listen_address     => '',
-                        dir_front_page         => '',
+                        dir_port_front_page         => '',
                         my_family              => '',
                         exit_policies          => [],
                       }