[gen_conf] stripping trailing whitespaces
darcs-hash:20090225185117-bd074-1c099460d115451d0adb95e5f873bde97b87317a.gz
This commit is contained in:
parent
95b51ff7e3
commit
dd6fb093d6
2 changed files with 39 additions and 41 deletions
|
@ -21,7 +21,6 @@ class dhcp(gen_config) :
|
||||||
Chaque machines possède ensuite une entrée de la forme de host_template
|
Chaque machines possède ensuite une entrée de la forme de host_template
|
||||||
"""
|
"""
|
||||||
######################################PARTIE DE CONFIGURATION
|
######################################PARTIE DE CONFIGURATION
|
||||||
|
|
||||||
# Fichier à écire
|
# Fichier à écire
|
||||||
if hostname == 'rouge' :
|
if hostname == 'rouge' :
|
||||||
DHCPD_CONF = '/etc/dhcp3/dhcpd.conf'
|
DHCPD_CONF = '/etc/dhcp3/dhcpd.conf'
|
||||||
|
@ -140,7 +139,6 @@ subnet %(network)s netmask %(netmask)s {
|
||||||
restart_cmd = 'true'
|
restart_cmd = 'true'
|
||||||
|
|
||||||
######################################FIN PARTIE DE CONFIGURATION
|
######################################FIN PARTIE DE CONFIGURATION
|
||||||
|
|
||||||
def __str__(self) :
|
def __str__(self) :
|
||||||
return 'dhcp'
|
return 'dhcp'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue