From a780e84001177f10a86a7bf824589c0553f513a0 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jan 2013 14:16:11 +0100 Subject: fix typo on 2.6 --- manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.3