diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 23:30:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-20 23:30:47 -0200 |
commit | 22f8b5505565836be9b30019c1e6b2a5985afe46 (patch) | |
tree | f7f1e3b16557124be8d80b6e952da3082b092f58 | |
parent | 61504752fe9af00e93bf120a24ca57ef42abbe7e (diff) | |
download | puppet-nodo-22f8b5505565836be9b30019c1e6b2a5985afe46.tar.gz puppet-nodo-22f8b5505565836be9b30019c1e6b2a5985afe46.tar.bz2 |
Declaring tor::daemon class
-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 7d86948..1a5b38d 100644 --- a/manifests/subsystems/onion.pp +++ b/manifests/subsystems/onion.pp @@ -1,5 +1,5 @@ class onion { - include 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 |