38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
# README
|
|
|
|
[](https://jenkins.confdroid.com/job/control-repo-template/)
|
|
|
|
- [README](#readme)
|
|
- [Purpose](#purpose)
|
|
- [Usage](#usage)
|
|
- [Contact Us](#contact-us)
|
|
- [Disclaimer](#disclaimer)
|
|
|
|
|
|
## Purpose
|
|
|
|
This repository is a template for starting a an r10k control repo in a new puppet infrastructure. It contains the bare minimum settings to successfully manage the code base of an r10k controlled puppet master.
|
|
|
|
## Usage
|
|
|
|
- Clone the repo, rename it to your likings in the process:
|
|
|
|
```bash
|
|
cd /path/to/your/repositories
|
|
git clone https://sourcecode.confdroid.com/confdroid/control_repo_template.git r10k-control-repo
|
|
```
|
|
- use your favorite editor or IDE to edit files
|
|
|
|
## Contact Us
|
|
|
|
- [contact Us](https://confdroid.com/contact/)
|
|
- [feedback portal](https://feedback.confdroid.com)
|
|
|
|
## Disclaimer
|
|
|
|
ConfDroid as entity is entirely independent from Puppet. We provide custom configuration modules, written for specific purposes and specific environments.
|
|
The modules are tested and supported only as documented, and require testing in designated environments (i.e. lab or development environments) for parameter tuning etc. before deploying into production environments.
|
|
|
|
|
|
|