cdist-workdir/README.md

28 lines
702 B
Markdown
Raw Permalink Normal View History

# 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](https://myrepos.branchable.com/), which is packaged in most
distributions.
## Usage
```
# First of all, clone this repository.
2021-02-16 14:02:46 +01:00
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
2020-11-30 08:39:24 +01:00
# Use cdist as usual, from the cdist-workdir repository.
cdist config -v [...]
```