Updates for text/template subsystem integration

This commit is contained in:
Gregory Kurtzer
2020-11-11 00:09:06 -08:00
parent 189618a111
commit e8c4d41b97
21 changed files with 61 additions and 23 deletions

View File

@@ -1,2 +0,0 @@
#WWINCLUDE @VNFSDIR@/etc/group
#WWINCLUDE /etc/group

View File

@@ -0,0 +1,2 @@
{{Include (printf "%s%s" .VnfsDir "/etc/group")}}
{{Include "/etc/passwd"}}

View File

@@ -1,3 +0,0 @@
root::0:0:root:/root:/bin/bash
#WWINCLUDE @VNFSDIR@/etc/passwd
#WWINCLUDE /etc/passwd

View File

@@ -0,0 +1,3 @@
root::0:0:root:/root:/bin/bash
{{Include (printf "%s%s" .VnfsDir "/etc/passwd")}}
{{Include "/etc/passwd"}}

View File

@@ -1 +0,0 @@
Hello from Warewulf

View File

@@ -1 +0,0 @@
#WWINCLUDE /root/.ssh/authorized_keys

View File

@@ -0,0 +1 @@
{{Include "/root/.ssh/authorized_keys")}}