summaryrefslogtreecommitdiff
path: root/puppet/modules/tor/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/tor/manifests/init.pp')
-rw-r--r--puppet/modules/tor/manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/modules/tor/manifests/init.pp b/puppet/modules/tor/manifests/init.pp
new file mode 100644
index 00000000..9c19c648
--- /dev/null
+++ b/puppet/modules/tor/manifests/init.pp
@@ -0,0 +1,6 @@
+# manage a basic tor installation
+class tor (
+ $ensure_version = 'installed'
+){
+ include tor::base
+}