summaryrefslogtreecommitdiff
path: root/manifests/daemon/snippet.pp
diff options
context:
space:
mode:
authorkwadronaut <kwadronaut@leap.se>2018-11-07 15:43:05 +0100
committerkwadronaut <kwadronaut@leap.se>2018-11-07 15:43:05 +0100
commitd30831f7214da266ad943cf4013f0632e8b15d48 (patch)
treee04489f4d3755c91c637ac413596c172300c3aad /manifests/daemon/snippet.pp
parent4380e2eabd94d8f0df7f63c642dd46ec4783ef07 (diff)
parentb1af45d47d3e1441405a9b4b67f44f7d6008486a (diff)
Merge remote-tracking branch 'riseup/master'
Diffstat (limited to 'manifests/daemon/snippet.pp')
-rw-r--r--manifests/daemon/snippet.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/daemon/snippet.pp b/manifests/daemon/snippet.pp
index 7e1494c..5a4c091 100644
--- a/manifests/daemon/snippet.pp
+++ b/manifests/daemon/snippet.pp
@@ -1,10 +1,8 @@
# Arbitrary torrc snippet definition
define tor::daemon::snippet(
- $content = '',
- $ensure = present ) {
+ $content = '' ) {
concat::fragment { "99.snippet.${name}":
- ensure => $ensure,
content => $content,
order => 99,
target => $tor::daemon::config_file,