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 --- .../20101027/eaf7d3e1/attachment-0001.html | 101 +++++++++++++++++++++ .../attachments/20101027/eaf7d3e1/attachment.html | 100 ++++++++++++++++++++ 2 files changed, 201 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1') diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html new file mode 100644 index 000000000..8687fa60a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html @@ -0,0 +1,101 @@ + + + +[40] - config file of bind need to be inside the chroot, not outside + + + + +
+
+
Revision
40
+
Author
misc
+
Date
2010-10-27 17:11:13 +0200 (Wed, 27 Oct 2010)
+
+ +

Log Message

+
- config file of bind need to be inside the chroot, not outside
+ +

Modified Paths

+ + +
+
+

Diff

+ +

Modified: puppet/modules/bind/manifests/init.pp (39 => 40)

+

+--- puppet/modules/bind/manifests/init.pp	2010-10-27 13:19:20 UTC (rev 39)
++++ puppet/modules/bind/manifests/init.pp	2010-10-27 15:11:13 UTC (rev 40)
+@@ -9,9 +9,17 @@
+             path => "/etc/init.d/named",
+             subscribe => [ Package["bind"]]
+         }
++
++        file { '/etc/named.conf':
++            ensure => "/var/lib/named/etc/named.conf",
++            owner => root,
++            group => root,
++            mode => 644
++        } 
+     }
+ 
+-    file { '/etc/named.conf':
++
++    file { '/var/lib/named/etc/named.conf':
+         ensure => present,
+         owner => root,
+         group => root,
+
+
+
+ + + + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html new file mode 100644 index 000000000..1f86eb886 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html @@ -0,0 +1,100 @@ + + + +[40] - config file of bind need to be inside the chroot, not outside + + + + +
+
+
Revision
40
+
Author
misc
+
Date
2010-10-27 17:11:13 +0200 (Wed, 27 Oct 2010)
+
+ +

Log Message

+
- config file of bind need to be inside the chroot, not outside
+ +

Modified Paths

+ + +
+
+

Diff

+ +

Modified: puppet/modules/bind/manifests/init.pp (39 => 40)

+

+--- puppet/modules/bind/manifests/init.pp	2010-10-27 13:19:20 UTC (rev 39)
++++ puppet/modules/bind/manifests/init.pp	2010-10-27 15:11:13 UTC (rev 40)
+@@ -9,9 +9,17 @@
+             path => "/etc/init.d/named",
+             subscribe => [ Package["bind"]]
+         }
++
++        file { '/etc/named.conf':
++            ensure => "/var/lib/named/etc/named.conf",
++            owner => root,
++            group => root,
++            mode => 644
++        } 
+     }
+ 
+-    file { '/etc/named.conf':
++
++    file { '/var/lib/named/etc/named.conf':
+         ensure => present,
+         owner => root,
+         group => root,
+
+
+
+ + + -- cgit v1.2.1