initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023
This commit is contained in:
4
root/etc/e-smith/templates.metadata/etc/cpu-system.conf
Normal file
4
root/etc/e-smith/templates.metadata/etc/cpu-system.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
PERMS=0600
|
||||
TEMPLATE_PATH="/etc/cpu.conf"
|
||||
OUTPUT_FILENAME="/etc/cpu-system.conf"
|
||||
MORE_DATA={ ACCOUNT => "system" }
|
2
root/etc/e-smith/templates.metadata/etc/cpu.conf
Normal file
2
root/etc/e-smith/templates.metadata/etc/cpu.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
PERMS=0600
|
||||
MORE_DATA={ ACCOUNT => "user" }
|
3
root/etc/e-smith/templates.metadata/etc/dhcpd.conf
Normal file
3
root/etc/e-smith/templates.metadata/etc/dhcpd.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
PERMS=0644
|
||||
UID="root"
|
||||
GID="root"
|
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
1
root/etc/e-smith/templates.metadata/etc/fstab
Normal file
1
root/etc/e-smith/templates.metadata/etc/fstab
Normal file
@@ -0,0 +1 @@
|
||||
FILTER=sub { $_[0] =~ /^\s*$/ ? '' : $_[0] }
|
1
root/etc/e-smith/templates.metadata/etc/pam.d/pwauth
Normal file
1
root/etc/e-smith/templates.metadata/etc/pam.d/pwauth
Normal file
@@ -0,0 +1 @@
|
||||
PERMS=0444
|
1
root/etc/e-smith/templates.metadata/etc/pam_ldap.secret
Normal file
1
root/etc/e-smith/templates.metadata/etc/pam_ldap.secret
Normal file
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
3
root/etc/e-smith/templates.metadata/etc/ppp/chap-secrets
Normal file
3
root/etc/e-smith/templates.metadata/etc/ppp/chap-secrets
Normal file
@@ -0,0 +1,3 @@
|
||||
UID="root"
|
||||
GID="root"
|
||||
PERMS=0600
|
@@ -0,0 +1,3 @@
|
||||
UID="root"
|
||||
GID="daemon"
|
||||
PERMS=0755
|
3
root/etc/e-smith/templates.metadata/etc/ppp/ip-up.local
Normal file
3
root/etc/e-smith/templates.metadata/etc/ppp/ip-up.local
Normal file
@@ -0,0 +1,3 @@
|
||||
UID="root"
|
||||
GID="daemon"
|
||||
PERMS=0755
|
3
root/etc/e-smith/templates.metadata/etc/ppp/pap-secrets
Normal file
3
root/etc/e-smith/templates.metadata/etc/ppp/pap-secrets
Normal file
@@ -0,0 +1,3 @@
|
||||
UID="root"
|
||||
GID="root"
|
||||
PERMS=0600
|
1
root/etc/e-smith/templates.metadata/etc/securetty
Normal file
1
root/etc/e-smith/templates.metadata/etc/securetty
Normal file
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
1
root/etc/e-smith/templates.metadata/etc/sysconfig/i18n
Normal file
1
root/etc/e-smith/templates.metadata/etc/sysconfig/i18n
Normal file
@@ -0,0 +1 @@
|
||||
FILTER=sub { $_[0] =~ /^\s*$/ ? '' : $_[0] }
|
@@ -0,0 +1,3 @@
|
||||
TEMPLATE_PATH="/etc/sysconfig/network-scripts/ifcfg-ethX"
|
||||
OUTPUT_FILENAME="/etc/sysconfig/network-scripts/ifcfg-bond0"
|
||||
MORE_DATA={ THIS_DEVICE => "bond0" }
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/home/e-smith/ssl.crt"
|
||||
OUTPUT_FILENAME=use esmith::ConfigDB; my $c = esmith::ConfigDB->open_ro; my $s = $c->get('SystemName')->value; my $d = $c->get('DomainName')->value; "/home/e-smith/ssl.crt/$s.$d.crt"
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/home/e-smith/ssl.key"
|
||||
OUTPUT_FILENAME=use esmith::ConfigDB; my $c = esmith::ConfigDB->open_ro; my $s = $c->get('SystemName')->value; my $d = $c->get('DomainName')->value; "/home/e-smith/ssl.key/$s.$d.key"
|
@@ -0,0 +1,2 @@
|
||||
TEMPLATE_PATH="/home/e-smith/ssl.pem"
|
||||
OUTPUT_FILENAME=use esmith::ConfigDB; my $c = esmith::ConfigDB->open_ro; my $s = $c->get('SystemName')->value; my $d = $c->get('DomainName')->value; "/home/e-smith/ssl.pem/$s.$d.pem"
|
@@ -0,0 +1,3 @@
|
||||
TEMPLATE_PATH="/var/lib/dhclient/dhclient.conf"
|
||||
OUTPUT_FILENAME="/var/lib/dhclient/dhclient-eth0.conf"
|
||||
MORE_DATA={ THIS_DEVICE => "eth0" }
|
@@ -0,0 +1,3 @@
|
||||
TEMPLATE_PATH="/var/lib/dhclient/dhclient.conf"
|
||||
OUTPUT_FILENAME="/var/lib/dhclient/dhclient-eth1.conf"
|
||||
MORE_DATA={ THIS_DEVICE => "eth1" }
|
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
@@ -0,0 +1 @@
|
||||
PERMS=0600
|
Reference in New Issue
Block a user