commit | f3158787b72900bd850df595a9013ad745686a37 | [log] [tgz] |
---|---|---|
author | codec <codec@fnord.cx> | Wed Jul 04 18:19:03 2012 +0200 |
committer | codec <codec@fnord.cx> | Wed Jul 04 18:19:03 2012 +0200 |
tree | 14328d494a27030755b48d9a77ad4e4802a476a0 | |
parent | ce6515decf6d9c8c54ce7649b6fc3bdcdbe62dd2 [diff] |
depend on concat
diff --git a/manifests/client/exclude.pp b/manifests/client/exclude.pp index 249d425..b260703 100644 --- a/manifests/client/exclude.pp +++ b/manifests/client/exclude.pp
@@ -9,6 +9,7 @@ @@concat::fragment { "backuppc_exclude_${::fqdn}_${name}": target => "${topdir}/pc/${::fqdn}/exclude.list", content => inline_template("<%= exclude.join('\n') %>"), + require => Concat["${topdir}/pc/${::fqdn}/exclude.list"]. tag => "backuppc_exclude_${::domain}" } } \ No newline at end of file