diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 20:06:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-27 20:06:32 -0200 |
commit | 6e72f87daeba96d4f72ce16d81a72587a7c41177 (patch) | |
tree | da4c766547adda8e211bbd6a1a0638e2f0850d05 | |
parent | 4fc388167fe9016733e3f29c4ff018d5ba4d6e70 (diff) | |
download | puppet-nodo-6e72f87daeba96d4f72ce16d81a72587a7c41177.tar.gz puppet-nodo-6e72f87daeba96d4f72ce16d81a72587a7c41177.tar.bz2 |
Changing the way the tor::daemon class is declared
-rw-r--r-- | manifests/subsystems/onion.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystems/onion.pp b/manifests/subsystems/onion.pp index 91527ad..64a41f8 100644 --- a/manifests/subsystems/onion.pp +++ b/manifests/subsystems/onion.pp @@ -1,5 +1,5 @@ class onion { - class { '::tor::daemon': } + class { 'tor::daemon': } # It's important to use a subdir from the tor datadir # to ease backup/restore procedures as we don't mix |