summaryrefslogtreecommitdiff
path: root/manifests/init.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/init.pp
parent332bed5098758e5a2767246c4224b25f650c794f (diff)
make it working on 2.6 - can't end with a , on 2.6
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 82820f5..c620718 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,6 +1,6 @@
class tor (
$ensure_version = 'installed',
- $use_munin = false,
+ $use_munin = false
){
package { [ 'tor', 'tor-geoipdb' ]: