Modified: puppet/modules/sympa/manifests/init.pp =================================================================== --- puppet/modules/sympa/manifests/init.pp 2010-12-09 12:55:48 UTC (rev 568) +++ puppet/modules/sympa/manifests/init.pp 2010-12-09 13:09:31 UTC (rev 569) @@ -80,6 +80,15 @@ group => root, mode => 755, } + + # directory that will hold the list data + # i am not sure of the name ( misc, 09/12/10 ) + file { "/var/lib/sympa/expl/": + ensure => directory, + owner => sympa, + group => root, + mode => 755, + } } define list($subject, $profile, $language = 'en') {