Liking cljdoc? Tell your friends :D

pallet.actions-impl

Implementation namespace for Pallet's action primitives.

Implementation namespace for Pallet's action primitives.
raw docstring

*force-overwrite*clj

Var to control overwriting of modified file content on remote nodes.

Var to control overwriting of modified file content on remote
nodes.
sourceraw docstring

*install-new-files*clj

Var to control installation of new file content on remote nodes.

Var to control installation of new file content on remote nodes.
sourceraw docstring

*script-location-info*clj

source

copy-filenameclj

(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.
sourceraw docstring

if-actionclj

(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.
sourceraw docstring

init-script-pathclj

(init-script-path service-name)

Path to the specified initd script

Path to the specified initd script
sourceraw docstring

md5-filenameclj

(md5-filename session script-dir path)

Generate a md5 file name for a given path.

Generate a md5 file name for a given path.
sourceraw docstring

new-filenameclj

(new-filename session script-dir path)

Generate a temporary file name for a given path.

Generate a temporary file name for a given path.
sourceraw docstring

pallet-state-rootclj

(pallet-state-root session)

This is where pallet will keep backups and md5 files.

This is where pallet will keep backups and md5 files.
sourceraw docstring

remote-directory-actionclj

(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})
source

remote-file-actionclj

(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.
sourceraw docstring

service-script-pathcljmultimethod

source

setup-node-actionclj

(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.
sourceraw docstring

upload-filenameclj

(upload-filename session script-dir path)

Generate a temporary file name for a given path.

Generate a temporary file name for a given path.
sourceraw docstring

verify-local-file-existsclj

(verify-local-file-exists local-file)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close