aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-14 18:29:34 +0000
committerMichael Scherer <misc@mageia.org>2010-12-14 18:29:34 +0000
commit3629414dfc134ac645d0d8d4c7a38943d8f46569 (patch)
tree8fc49fbc694b20b58ef329c5c116e6c3d433036a /modules/sympa/manifests
parent94f7b7478c04843fc9b53b97d42198fce15519cf (diff)
downloadpuppet-3629414dfc134ac645d0d8d4c7a38943d8f46569.tar
puppet-3629414dfc134ac645d0d8d4c7a38943d8f46569.tar.gz
puppet-3629414dfc134ac645d0d8d4c7a38943d8f46569.tar.bz2
puppet-3629414dfc134ac645d0d8d4c7a38943d8f46569.tar.xz
puppet-3629414dfc134ac645d0d8d4c7a38943d8f46569.zip
adjust the name of the file, so sympa do not complaint in syslog about
missing file
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index b17f5cd8..960bedaf 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -105,7 +105,7 @@ class sympa {
}
define ldap_group_datasource {
- file { "/etc/sympa/data_sources/ldap-$name.incl":
+ file { "/etc/sympa/data_sources/$name.incl":
ensure => present,
owner => root,
group => root,