]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
adding tor relay support
authordrebs <drebs@riseup.net>
Sun, 8 Jan 2012 03:01:07 +0000 (01:01 -0200)
committerdrebs <drebs@riseup.net>
Sun, 8 Jan 2012 03:01:07 +0000 (01:01 -0200)
manifests/init.pp
manifests/tor.pp [new file with mode: 0644]

index 32f0ca41143e18aa875b7402acec95719d46a847..f03f3fa768f05d50295b413b7851396dfb0df9a4 100644 (file)
@@ -117,3 +117,4 @@ import "laptop.pp"
 import "plug.pp"
 import "appliance.pp"
 import "dns.pp"
+import "tor.pp"
diff --git a/manifests/tor.pp b/manifests/tor.pp
new file mode 100644 (file)
index 0000000..730d0e0
--- /dev/null
@@ -0,0 +1,3 @@
+class nodo::tor inherits nodo::vserver {
+  include tor::relay
+}