]> WPIA git - infra.git/blobdiff - manager/config
add: TODO comment for future improvement
[infra.git] / manager / config
index e0e675390226afb857d2f1c3fa91144a29d47d77..3d7b25a323c5be165d15857e4aebaf6051ac2cee 100755 (executable)
@@ -86,3 +86,13 @@ function mcurl {
 function admin_ssh {
     ssh -i admin-key -p 2222 "admin@$to" "$@"
 }
+
+# Install backup is a hook to be triggered before the sytem is set up
+function install_backup {
+    :
+}
+
+function populate_system {
+    # default is create fresh data using bootstrap-user
+    execute-bootstrap-user
+}