Implementation namespace for Pallet's action primitives.
Implementation namespace for Pallet's action primitives.
Var to control overwriting of modified file content on remote nodes.
Var to control overwriting of modified file content on remote nodes.
Var to control installation of new file content on remote nodes.
Var to control installation of new file content on remote nodes.
(copy-filename session script-dir path)
Generate a file name for a copy of the given path.
Generate a file name for a copy of the given path.
(if-action condition)
An 'if' flow control action, that claims the next (up to two) nested scopes.
An 'if' flow control action, that claims the next (up to two) nested scopes.
(init-script-path service-name)
Path to the specified initd script
Path to the specified initd script
(md5-filename session script-dir path)
Generate a md5 file name for a given path.
Generate a md5 file name for a given path.
(new-filename session script-dir path)
Generate a temporary file name for a given path.
Generate a temporary file name for a given path.
(pallet-state-root session)
This is where pallet will keep backups and md5 files.
This is where pallet will keep backups and md5 files.
(remote-directory-action
path
{:keys [action url local-file remote-file unpack tar-options unzip-options
jar-options strip-components md5 md5-url owner group recursive]
:or {action :create
tar-options "xz"
unzip-options "-o"
jar-options "xf"
strip-components 1
recursive true}
:as options})
(remote-file-action path
{:keys [action url local-file remote-file link content
literal template values md5 md5-url owner group mode
force blob blobstore overwrite-changes
install-new-files no-versioning max-versions
flag-on-changed force insecure]
:or {action :create max-versions 5}
:as options})
An action that implements most of remote-file, but requires a helper in order to deal with local file transfer.
An action that implements most of remote-file, but requires a helper in order to deal with local file transfer.
(setup-node-action usernames)
Action to setup the node. Use this if file transfers fail due to e.g state-root not existing.
Action to setup the node. Use this if file transfers fail due to e.g state-root not existing.
(upload-filename session script-dir path)
Generate a temporary file name for a given path.
Generate a temporary file name for a given path.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close