summaryrefslogtreecommitdiff
path: root/manifests/daemon/snippet.pp
diff options
context:
space:
mode:
authorMicah <micah@riseup.net>2017-11-01 16:28:46 +0000
committerMicah <micah@riseup.net>2017-11-01 16:28:46 +0000
commit9e67096ad42d71545d5cae9ff4283c1f6d1bdfaf (patch)
treed2927b2d41ba21f9790b4c6a873c70363ef803ef /manifests/daemon/snippet.pp
parent1029f5382b4466b6d94726c358313674e8bdc030 (diff)
parentc3dd0d46949fd9bf7eff73ff3cc58c71a05936c0 (diff)
Merge branch 'update-concat-version' into 'master'
Update concat version See merge request shared-puppet-modules-group/tor!11
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,