aboutsummaryrefslogtreecommitdiff
path: root/manifests/torsocks.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 13:05:57 +0100
committermh <mh@immerda.ch>2013-01-02 13:05:57 +0100
commitb421d5d7936a7e2f93f1c62322a669d91693b9b6 (patch)
tree35773d49c6833da1333e3cf54d9c41aefceedf5e /manifests/torsocks.pp
parent332bed5098758e5a2767246c4224b25f650c794f (diff)
downloadpuppet-tor-b421d5d7936a7e2f93f1c62322a669d91693b9b6.tar.gz
puppet-tor-b421d5d7936a7e2f93f1c62322a669d91693b9b6.tar.bz2
make it working on 2.6 - can't end with a , on 2.6
Diffstat (limited to 'manifests/torsocks.pp')
-rw-r--r--manifests/torsocks.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/torsocks.pp b/manifests/torsocks.pp
index 452b4f1..b4c3ad6 100644
--- a/manifests/torsocks.pp
+++ b/manifests/torsocks.pp
@@ -1,5 +1,5 @@
class tor::torsocks (
- $ensure_version = 'installed',
+ $ensure_version = 'installed'
){
include ::tor
package{'torsocks':