initial commit of file from CVS for e-smith-base on Thu 26 Oct 11:24:52 BST 2023

This commit is contained in:
2023-10-26 11:24:52 +01:00
parent bbc22988a8
commit 9510d1a360
678 changed files with 22721 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
PERMS=0600
TEMPLATE_PATH="/etc/cpu.conf"
OUTPUT_FILENAME="/etc/cpu-system.conf"
MORE_DATA={ ACCOUNT => "system" }

View File

@@ -0,0 +1,2 @@
PERMS=0600
MORE_DATA={ ACCOUNT => "user" }

View File

@@ -0,0 +1,3 @@
PERMS=0644
UID="root"
GID="root"

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1 @@
FILTER=sub { $_[0] =~ /^\s*$/ ? '' : $_[0] }

View File

@@ -0,0 +1 @@
PERMS=0444

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1,3 @@
UID="root"
GID="root"
PERMS=0600

View File

@@ -0,0 +1,3 @@
UID="root"
GID="daemon"
PERMS=0755

View File

@@ -0,0 +1,3 @@
UID="root"
GID="daemon"
PERMS=0755

View File

@@ -0,0 +1,3 @@
UID="root"
GID="root"
PERMS=0600

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1 @@
FILTER=sub { $_[0] =~ /^\s*$/ ? '' : $_[0] }

View File

@@ -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" }

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -0,0 +1,3 @@
TEMPLATE_PATH="/var/lib/dhclient/dhclient.conf"
OUTPUT_FILENAME="/var/lib/dhclient/dhclient-eth0.conf"
MORE_DATA={ THIS_DEVICE => "eth0" }

View File

@@ -0,0 +1,3 @@
TEMPLATE_PATH="/var/lib/dhclient/dhclient.conf"
OUTPUT_FILENAME="/var/lib/dhclient/dhclient-eth1.conf"
MORE_DATA={ THIS_DEVICE => "eth1" }

View File

@@ -0,0 +1 @@
PERMS=0600

View File

@@ -0,0 +1 @@
PERMS=0600