From 225adb9f30bff4064e3a166498f147bfd9a9f6eb Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jan 2013 13:54:57 +0100 Subject: refactor daemon and main class for better design By extracting the resources to their own class we can avoid a bug in puppet that makes it hard to deal with inherited parametrized classes. --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 49b91f0..c241118 100644 --- a/README +++ b/README @@ -81,14 +81,12 @@ config, for example the following will use syslog: } If you want to set specific options for the tor class, -you need to define it before tor::daemon in your manifests, +you may pass them directly to the tor::daemon in your manifests, e.g.: - class { '::tor': - use_munin => true, - } class { '::tor::daemon': - automap_hosts_on_resolve => 1, + use_munin => true, + automap_hosts_on_resolve => 1, } Configuring socks -- cgit v1.2.3