Added initial-setup script file provisioner to all of the templates
This commit is contained in:
@ -56,4 +56,9 @@ build {
|
||||
provisioner "shell" {
|
||||
script = "scripts/freebsd-install.sh"
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
source = "scripts/initial-setup.sh"
|
||||
destination = "/home/xadmin/initial-setup.sh"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user