Fulltext results:
- base-exec-user
- ====== base-exec-user ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. ===== Usage ===== base-exec-user USER COMMAND * ''USER
- base-exec-superuser
- ====== base-exec-superuser ====== Executes a command as a given user. Command is executed using ssh if the user is not on localhost. Before executing the command, the privileges will be elevated
- base-ssh-login
- == base-ssh-login ====== Logs into a remote host using ssh. This can be used to open a remote sesssion, but ususally it's used by other methods (especially [[base-exec-user]]) to remotely execute a command. ====
- base-ssh-mount
- ==== base-ssh-mount ====== Mounts a remote share using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a service definition
- base-ssh-umount
- = Unmounts a remote share which had been mounted using sshfs/fuse (sftp). ===== Usage ===== base-ssh-mount SERVICE * ''SERVICE'': A key of a service definition
- base-repo-get-value
- ingle value (for the given key) to STDOUT. ===== Usage ===== base-repo-get-value SERVICE KEY * ... n. ===== Example ===== <code bash> # # service must be a zone (have $ZONE set) if [ -z "$(base-repo-
- base-repo-get-service
- m the repository and outputs it to STDOUT. ===== Usage ===== base-repo-get-service SERVICE * ''... ns ===== Returns the service definition. This is usually evaluated in a shell script by the ''eval''
- base
- The ''base'' module implements the basic methods used by the other modules. ===== Methods ===== {{i
- base-net-load-url
- file from an URL and outputs it to STDOUT. ===== Usage ===== base-net-load-url URL * ''URL'': t