diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-05 18:49:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-05 18:49:34 -0300 |
commit | 8a237d7d7a9de5ec2a375c29412278435bc02481 (patch) | |
tree | 6cdda9b0aa47b49113ea87b34b54f217c86daa7d /manifests/tor.pp | |
parent | aac3e28563191b8e9630b5b3dd5a45a3bb4bd87c (diff) | |
download | puppet-nodo-8a237d7d7a9de5ec2a375c29412278435bc02481.tar.gz puppet-nodo-8a237d7d7a9de5ec2a375c29412278435bc02481.tar.bz2 |
Adding utils::tor
Diffstat (limited to 'manifests/tor.pp')
-rw-r--r-- | manifests/tor.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/tor.pp b/manifests/tor.pp index e27e40c..11ba480 100644 --- a/manifests/tor.pp +++ b/manifests/tor.pp @@ -1,3 +1,4 @@ class nodo::tor inherits nodo::vserver { include tor::daemon + include utils::tor } |