Meta-repository for our cdist environment.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothée Floure afa6b31844
Import workaround to configure hosts with non-standard SSH port
3 years ago
.gitignore Initial setup: cdist-contrib + dot-cdist 3 years ago
.mrconfig Update repository addresses for dot-cdist and cdist-recycledcloud 3 years ago
README.md Update repo URL in README 3 years ago
cdist.cfg Add cdist-recycledcloud repository to workdir 3 years ago
remote-copy-custom-port.sh Import workaround to configure hosts with non-standard SSH port 3 years ago
remote-exec-custom-port.sh Import workaround to configure hosts with non-standard SSH port 3 years ago

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 [...]