summaryrefslogtreecommitdiff
path: root/manifests/torsocks.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/torsocks.pp')
-rw-r--r--manifests/torsocks.pp6
1 files changed, 6 insertions, 0 deletions
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,
+ }
+}