Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.43 KB

README.asciidoc

File metadata and controls

51 lines (34 loc) · 1.43 KB

CF-Clerk: templating for CFEngine promises

This project is part of Rudder - configuration management made easy.

See: http://rudder-project.org for more information.

Authors

License

This project is licensed under AGPLv3 license, see the provided "LICENSE" file or http://www.gnu.org/licenses/agpl-3.0.txt

Contributing

Thank you for your interest in our project! The contribution process is detailed here: http://www.rudder-project.org/HowToContribute

Synopsis

The main goal of this project is to deals with Policy Template:

  • on one hand, read template library, parse template files and build object from them;

  • on the other hand, from these template and parameters, write final CFEngine promises.

Usage

This project is managed thanks to Maven software project management (http://maven.apache.org/). You will have to have a working Maven (version 2.2.x or 3.0.x) installation.

Clean, build and install on your local repository:
% mvn clean install

The project is only a library used in Rudder web application, so there is nothing more to do.