From: mh Date: Wed, 2 Jan 2013 13:16:11 +0000 (+0100) Subject: fix typo on 2.6 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a780e84001177f10a86a7bf824589c0553f513a0;p=puppet-tor.git fix typo on 2.6 --- 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 }