(do-app-rollout provider group & options)
app-rollout applies the settings and app-rollout phase to a target. function awaits the login user set in (-> group :image :login-user).
app-rollout applies the settings and app-rollout phase to a target. function awaits the login user set in (-> group :image :login-user).
(do-apply-configure provider group & options)
applies only the settings and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).
applies only the settings and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).
(do-apply-install provider group & options)
applies the settings, init, install and configuration to a target. function awaits the login user set in (-> group :image :login-user).
applies the settings, init, install and configuration to a target. function awaits the login user set in (-> group :image :login-user).
(do-converge-install provider group & options)
Converges [count] nodes and applies the settings, init, install and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).
Converges [count] nodes and applies the settings, init, install and configuration phase to a target. function awaits the login user set in (-> group :image :login-user).
(do-test provider group & options)
applies only the settings and test (without side effects by convention) phase of group to a target. function awaits the login user set in (-> group :image :login-user).
applies only the settings and test (without side effects by convention) phase of group to a target. function awaits the login user set in (-> group :image :login-user).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close