fix the filename as used in scenari
Modified: puppet/modules/sympa/manifests/init.pp =================================================================== --- puppet/modules/sympa/manifests/init.pp 2010-12-14 18:29:39 UTC (rev 603) +++ puppet/modules/sympa/manifests/init.pp 2010-12-14 18:29:40 UTC (rev 604) @@ -95,7 +95,7 @@ } define ldap_search_filter { - file { "/etc/sympa/search_filters/ldap-$name.ldap": + file { "/etc/sympa/search_filters/$name.ldap": ensure => present, owner => root, group => root,