Meta-repository for our cdist environment.
Go to file
Timothée Floure afa6b31844
Import workaround to configure hosts with non-standard SSH port
2021-03-25 10:56:34 +01:00
.gitignore Initial setup: cdist-contrib + dot-cdist 2020-10-05 13:08:42 +02:00
.mrconfig Update repository addresses for dot-cdist and cdist-recycledcloud 2021-02-16 13:31:52 +01:00
README.md Update repo URL in README 2021-02-16 14:02:46 +01:00
cdist.cfg Add cdist-recycledcloud repository to workdir 2020-10-13 09:30:04 +02:00
remote-copy-custom-port.sh Import workaround to configure hosts with non-standard SSH port 2021-03-25 10:56:34 +01:00
remote-exec-custom-port.sh Import workaround to configure hosts with non-standard SSH port 2021-03-25 10:56:34 +01:00

README.md

e-Durable cdist workdir

This repository provides an easy way to pull and sync the various components making up our cdist environment. It makes use of myrepos, which is packaged in most distributions.

Usage

# First of all, clone this repository.
git clone https://code.recycled.cloud/RecycledCloud/cdist-workdir.git

# Make sure myrepos is available.
mr help

# Fetch components.
cd cdist-workir
mr update

# Configure cdist to look for types in our components.
# Note: you can also use the -g flag or the CDIST_CONFIG_FILE environment variable.
cp cdist.cfg ~/.cdist.cfg

# Use cdist as usual, from the cdist-workdir repository.
cdist config -v [...]