summaryrefslogtreecommitdiff
path: root/manifests/torsocks.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/torsocks.pp')
-rw-r--r--manifests/torsocks.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/torsocks.pp b/manifests/torsocks.pp
index e9fc75b..e1ba8a9 100644
--- a/manifests/torsocks.pp
+++ b/manifests/torsocks.pp
@@ -1,9 +1,9 @@
# manage torsocks
class tor::torsocks (
- $ensure_version = 'installed'
+ $version = 'installed'
){
- include ::tor
+ include ::tor::daemon
package{'torsocks':
- ensure => $ensure_version,
+ ensure => $version,
}
}