summaryrefslogtreecommitdiff
path: root/manifests/daemon/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-08-30 18:30:12 +0200
committermh <mh@immerda.ch>2017-08-30 18:30:12 +0200
commit1fcbe72115d57d53fced2777c8b54a4ee4ec17e9 (patch)
tree84f2a8c9c60de39b14b41f69ba6f4232b108d055 /manifests/daemon/base.pp
parent1fef62f18dcbcf0f1995603b8f595f67ebf483d5 (diff)
make it work with newer concat module
Diffstat (limited to 'manifests/daemon/base.pp')
-rw-r--r--manifests/daemon/base.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/daemon/base.pp b/manifests/daemon/base.pp
index 335c5e4..86156af 100644
--- a/manifests/daemon/base.pp
+++ b/manifests/daemon/base.pp
@@ -48,7 +48,6 @@ class tor::daemon::base inherits tor::base {
# config file headers
concat::fragment { '00.header':
- ensure => present,
content => template('tor/torrc.header.erb'),
order => '00',
target => $tor::daemon::config_file,