From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000935.html | 104 ++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000935.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000935.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000935.html b/zarb-ml/mageia-sysadm/2010-November/000935.html new file mode 100644 index 000000000..af0459948 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000935.html @@ -0,0 +1,104 @@ + + + + [Mageia-sysadm] [471] restart amavis on configuration file change + + + + + + + + + +

[Mageia-sysadm] [471] restart amavis on configuration file change

+ root at mageia.org + root at mageia.org +
+ Thu Nov 25 18:48:11 CET 2010 +

+
+ +
Revision: 471
+Author:   misc
+Date:     2010-11-25 18:48:10 +0100 (Thu, 25 Nov 2010)
+Log Message:
+-----------
+restart amavis on configuration file change
+
+Modified Paths:
+--------------
+    puppet/modules/amavis/manifests/init.pp
+
+Modified: puppet/modules/amavis/manifests/init.pp
+===================================================================
+--- puppet/modules/amavis/manifests/init.pp	2010-11-25 12:01:13 UTC (rev 470)
++++ puppet/modules/amavis/manifests/init.pp	2010-11-25 17:48:10 UTC (rev 471)
+@@ -7,10 +7,11 @@
+     service { "amavisd":
+         ensure => running,
+         path => "/etc/init.d/amavisd",
+-        subscribe  => Package["amavisd-new"],
++        subscribe  => [Package["amavisd-new"], File["amavisd.conf"]], 
+     }
+ 
+-    file { "/etc/amavisd/amavisd.conf":
++    file { "amavisd.conf":
++        path => "/etc/amavisd/amavisd.conf",
+         ensure => present,
+         owner => root,
+         group => root,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101125/b4c59407/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1