From d2035a2e64eba9e38e53f9b2930fc8e7150c102e Mon Sep 17 00:00:00 2001 From: Juri Jensen Date: Wed, 9 Jan 2002 22:41:29 +0000 Subject: cfengine: Major changes in the way samba is handled - now all shares are individual for every site (see cf.services.file and local-COMMON/samba/smb-shares-raatstof.conf as an example). Bind's named.conf is now edited to include named_$(host).$(domain).conf - nothing more. The DNSServers part is also turned on again. A new section for DHCPServers are now included and turned on - it only switches /etc/init.d/dhcp on and copies the right dhcpd.conf file into /etc, nothing more. I've also added a new site to cf.site.xenux and cf.groups.xenux. Well, that's it for now... --- cfengine/cf.services | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cfengine/cf.services') diff --git a/cfengine/cf.services b/cfengine/cf.services index adcbd11..9a76a88 100644 --- a/cfengine/cf.services +++ b/cfengine/cf.services @@ -1,15 +1,15 @@ import: -# NameServer:: -# $(cfroot)/cf.services.dns + NameServer:: + $(cfroot)/cf.services.dns FileServer:: $(cfroot)/cf.services.file FTPServer:: $(cfroot)/cf.services.ftp WWWServer:: $(cfroot)/cf.services.web -# DHCPServer:: -# $(cfroot)/cf.services.web + DHCPServer:: + $(cfroot)/cf.services.dhcp # FAIServer:: -# $(cfroot)/cf.services.web +# $(cfroot)/cf.services.fai any:: $(cfroot)/cf.services.harden -- cgit v1.2.3