Sha256: 48e0456434e554c1c0b47e38582937f42f8d8b279af7f45f1f7fa362207ad969
Contents?: true
Size: 800 Bytes
Versions: 9
Compression:
Stored size: 800 Bytes
Contents
chake-shell(7) -- configure chake nodes with shell ================================================== ## Description This configuration manager is a simpler wrapper for running a list of shell commands on the nodes. ## Configuration The _shell_ configuration manager requires one key called `shell`, and the value must be a list of strings representing the list of commands to run on the node when converging. ```yaml host1.mycompany.com: shell: - echo "HELLO WORLD" ``` ## Bootstrapping Very little bootstrapping is required for this configuration manager, as we hope every node you could possibly want to manage with it already has a POSIX shell as `/bin/sh`. During bootstrapping, only the node hostname will be set according to your chake configuration. ## See also * **chake(1)**
Version data entries
9 entries across 9 versions & 1 rubygems