Properly support relative paths to the SYSCONFDIR
This commit is contained in:
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_dsa_key.pub"}}
|
||||
{{Include "keys/ssh_host_dsa_key.pub"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_dsa_key"}}
|
||||
{{Include "keys/ssh_host_dsa_key"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_ecdsa_key.pub"}}
|
||||
{{Include "keys/ssh_host_ecdsa_key.pub"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_ecdsa_key"}}
|
||||
{{Include "keys/ssh_host_ecdsa_key"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_ed25519_key.pub"}}
|
||||
{{Include "keys/ssh_host_ed25519_key.pub"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_ed25519_key"}}
|
||||
{{Include "keys/ssh_host_ed25519_key"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_rsa_key.pub"}}
|
||||
{{Include "keys/ssh_host_rsa_key.pub"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/keys/ssh_host_rsa_key"}}
|
||||
{{Include "keys/ssh_host_rsa_key"}}
|
||||
|
||||
@@ -1 +1 @@
|
||||
{{Include "/etc/warewulf/warewulf.conf"}}
|
||||
{{Include "warewulf.conf"}}
|
||||
|
||||
Reference in New Issue
Block a user