From 8f1d1c4ef7a1298d448416997218dafb5d40166f Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 28 Oct 2011 16:50:30 +0200 Subject: decouple polipo and torsocks into their own subclasses, so we can for example also just install tor --- manifests/torsocks.pp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manifests/torsocks.pp (limited to 'manifests/torsocks.pp') diff --git a/manifests/torsocks.pp b/manifests/torsocks.pp new file mode 100644 index 0000000..e3221c9 --- /dev/null +++ b/manifests/torsocks.pp @@ -0,0 +1,6 @@ +class tor::torsocks { + include ::tor + package{'torsocks': + ensure => present, + } +} -- cgit v1.2.3