summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-01-02 14:16:11 +0100
committermh <mh@immerda.ch>2013-01-02 14:16:11 +0100
commita780e84001177f10a86a7bf824589c0553f513a0 (patch)
tree31c95ada21d54314ecb1650f2b19e8540386dd62
parente0cf3dc7de751df2b51e4a00cf397537da147e32 (diff)
fix typo on 2.6
-rw-r--r--manifests/init.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c6e4e04..9c19c64 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,7 +1,6 @@
# manage a basic tor installation
class tor (
- $ensure_version = 'installed',
+ $ensure_version = 'installed'
){
-
include tor::base
}