diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-14 00:27:03 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-14 00:27:03 +0000 |
commit | 583a398b46cdf321e5cc1d7ceb38c99fd0a597ff (patch) | |
tree | 69b007f5bfe98831e91f344e6a64a5d73825a62a /modules | |
parent | 4a4ffa623c57c6941cd349c66d0bee0bda695e96 (diff) | |
download | puppet-583a398b46cdf321e5cc1d7ceb38c99fd0a597ff.tar puppet-583a398b46cdf321e5cc1d7ceb38c99fd0a597ff.tar.gz puppet-583a398b46cdf321e5cc1d7ceb38c99fd0a597ff.tar.bz2 puppet-583a398b46cdf321e5cc1d7ceb38c99fd0a597ff.tar.xz puppet-583a398b46cdf321e5cc1d7ceb38c99fd0a597ff.zip |
oups, fix name of the parameter
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 08b195c7..b17f5cd8 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -172,7 +172,7 @@ class sympa { exec { "sympa.pl --create_list --robot=$sympa::variable::vhost --input_file=$xml_file": require => File["$xml_file"], - create => "/var/lib/sympa/expl/$name", + creates => "/var/lib/sympa/expl/$name", before => File["/var/lib/sympa/expl/$name/config"], } |