summaryrefslogtreecommitdiff
path: root/manifests/daemon/base.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-05 17:25:24 -0400
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2017-10-05 17:25:24 -0400
commitc3dd0d46949fd9bf7eff73ff3cc58c71a05936c0 (patch)
treee7842c081d977830ba2dd1bc06e61f6d473747d7 /manifests/daemon/base.pp
parent5ef29012dccc90e68afc215be9521629a0903bc6 (diff)
concat::fragment does not have an 'ensure' var anymore
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 c0c82ac..f3bbc37 100644
--- a/manifests/daemon/base.pp
+++ b/manifests/daemon/base.pp
@@ -56,7 +56,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,