diff options
Diffstat (limited to 'manifests/tor.pp')
-rw-r--r-- | manifests/tor.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/tor.pp b/manifests/tor.pp new file mode 100644 index 0000000..730d0e0 --- /dev/null +++ b/manifests/tor.pp @@ -0,0 +1,3 @@ +class nodo::tor inherits nodo::vserver { + include tor::relay +} |