diff options
Diffstat (limited to 'manifests/torsocks.pp')
-rw-r--r-- | manifests/torsocks.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/torsocks.pp b/manifests/torsocks.pp index 6346707..7bb51ee 100644 --- a/manifests/torsocks.pp +++ b/manifests/torsocks.pp @@ -1,5 +1,5 @@ class tor::torsocks { - if !$torsocks_ensure_version { $torsocks_ensure_version = 'installed'} + if !$torsocks_ensure_version { $torsocks_ensure_version = 'installed' } include ::tor package{'torsocks': ensure => $torsocks_ensure_version, |