Browse Source

Updating domains

Benjamin Collet 8 years ago
parent
commit
14501fd951
3 changed files with 4 additions and 11 deletions
  1. 3 4
      config
  2. 0 6
      templates/70-persistent-net.rules
  3. 1 1
      templates/maps.cf

+ 3 - 4
config

@@ -6,16 +6,15 @@
   'resolv.conf' => '/etc/resolv.conf',
   'main.cf'     => '/etc/postfix/main.cf',
   'maps.cf'     => '/etc/postfix/maps.cf',
-  '70-persistent-net.rules' => '/etc/udev/rules.d/70-persistent-net.rules'
 );
 
 %data = (
   hostname  => 'template-squeeze',
-  domain    => 'ois.tf',
-  relayhost =>  'smtp.ois.tf',
+  domain    => 'srv.alt.tf',
+  relayhost =>  'smtp.alt.tf',
   resolv    => {
     nameservers => ['192.168.248.153', 'fd00:6b64:f3b0:153::1'],
-    search      => 'ois.tf'
+    search      => 'alt.tf'
   },
   interfaces => [
     {

+ 0 - 6
templates/70-persistent-net.rules

@@ -1,6 +0,0 @@
-# This file was automatically generated by the /lib/udev/write_net_rules
-# program, run by the persistent-net-generator.rules rules file.
-#
-# You can modify it, as long as you keep each rule on a single
-# line, and change only the value of the NAME= key.
-

+ 1 - 1
templates/maps.cf

@@ -1 +1 @@
-/^(.*)@[% hostname %].[% domain %]/         ${1}-[% hostname %]@oxynux.org
+/^(.*)@[% hostname %].[% domain %]/         ${1}-[% hostname %]@alt.tf