From 9899d19553f55fce8ff6f6d790945777a298bacf Mon Sep 17 00:00:00 2001 From: mh Date: Sat, 5 Nov 2016 13:48:01 +0100 Subject: simplify the version requirement, as we don't need to pass that parameter along --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 9c19c64..ad584aa 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ # manage a basic tor installation class tor ( - $ensure_version = 'installed' + $version = 'installed' ){ include tor::base } -- cgit v1.2.3