diff options
author | Micah <micah@riseup.net> | 2017-02-10 21:33:53 +0000 |
---|---|---|
committer | Micah <micah@riseup.net> | 2017-02-10 21:33:53 +0000 |
commit | 1034bf1e0328ab568e62588bb261cc63f21c5e18 (patch) | |
tree | 3eebbc164c10d140f16d201c522e731a5ff7cb4f /manifests/daemon/snippet.pp | |
parent | 6e60d2c772be435fe375778523dec05239a43d0d (diff) | |
parent | 3205c24cfcbac7a20bd8b43166f88c00ebe3cdee (diff) |
Merge branch 'support_concat_2.2.0' into 'master'
Support concat 2.2.0
See merge request !6
Diffstat (limited to 'manifests/daemon/snippet.pp')
-rw-r--r-- | manifests/daemon/snippet.pp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/manifests/daemon/snippet.pp b/manifests/daemon/snippet.pp index b9089b4..7e1494c 100644 --- a/manifests/daemon/snippet.pp +++ b/manifests/daemon/snippet.pp @@ -6,9 +6,6 @@ define tor::daemon::snippet( concat::fragment { "99.snippet.${name}": ensure => $ensure, content => $content, - owner => 'debian-tor', - group => 'debian-tor', - mode => '0644', order => 99, target => $tor::daemon::config_file, } |