pf-tools commit: r890 [parmelan-guest] - /branches/next-gen/lib/PFTools/Conf.pm
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Tue Sep 7 14:36:35 UTC 2010
Author: parmelan-guest
Date: Tue Sep 7 14:36:32 2010
New Revision: 890
URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=890
Log:
Style
Modified:
branches/next-gen/lib/PFTools/Conf.pm
Modified: branches/next-gen/lib/PFTools/Conf.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/lib/PFTools/Conf.pm?rev=890&op=diff
==============================================================================
--- branches/next-gen/lib/PFTools/Conf.pm (original)
+++ branches/next-gen/lib/PFTools/Conf.pm Tue Sep 7 14:36:32 2010
@@ -80,12 +80,12 @@
'checkout_dir' => '/var/lib/cvsguest',
'templates_dir' => '/usr/share/pf-tools/templates',
'common_config' => 'update-common',
- 'start_file' => 'private-network'
+ 'start_file' => 'private-network',
},
'features' => {
'ipv4' => 1,
'ipv6' => 0,
- 'update' => 1
+ 'update' => 1,
},
'vcs' => {
'type' => 'cvs',
@@ -98,7 +98,7 @@
'module' => 'config',
'umask' => '0077',
'command' => '',
- 'branche' => ''
+ 'branche' => '',
},
'debian' => {
'preseed' => 'standard-preseed',
@@ -107,7 +107,7 @@
'default_sections' => 'main contrib non-free',
'custom-sections' => 'common',
'grub' => '/boot/grub/menu.lst',
- 'grub2' => '/etc/default/grub'
+ 'grub2' => '/etc/default/grub',
},
'ubuntu' => {
'preseed' => 'ubuntu-preseed',
@@ -116,19 +116,19 @@
'default_sections' => 'main universe restricted',
'custom-sections' => 'common',
'grub' => '/boot/grub/menu.lst',
- 'grub2' => '/etc/default/grub'
+ 'grub2' => '/etc/default/grub',
},
'regex' => {
'hostname_model' => $MODEL_CONFIG_REGEX,
'hostname' => $HOST_CONFIG_REGEX,
'hosttype' => $HOSTTYPE_CONFIG_REGEX,
'deploy_hosts' => $DEPLOY_CONFIG_REGEX,
- 'network_fstype' => '(nfs|cifs)'
+ 'network_fstype' => '(nfs|cifs)',
},
'location' => {
'site' => '',
- 'zone' => ''
- }
+ 'zone' => '',
+ },
};
# Subst_vars
More information about the pf-tools-commits
mailing list