Skip to content

Latest commit

 

History

History
81 lines (67 loc) · 6.81 KB

index.markdown

File metadata and controls

81 lines (67 loc) · 6.81 KB
layout title published sorting
default
Home
true
1

CFEngine is a configuration management system that provides a framework for automated management of IT infrastructure.

CFEngine is decentralized and highly scalable. It is powered by autonomous agents that can continuously monitor, self-repair, and update or restore an entire IT system every five minutes, with negligible impact on system resources or performance.

body common control
{
bundlesequence => { "cfengine_documentation" };
}

bundle agent cfengine_documentation
{
vars:

" links[1] " string => "Introduction to CFEngine";

" links[2] " string => "Guide to How CFEngine Works";

" links[3] " string => "Installing and Configuring CFEngine";

" links[4] " string => "Read about Policy Language";

" links[5] " string => "Policy Language Examples & Tutorials";

" links[6] " string => "Search the Reference Documentation";

" links[7] " string => "Discover CFEngine Enterprise Edition";

" links[8] " string => "Learn about Enterprise Reporting";

" links[9] " string => "What's New in {{site.cfengine.branch}}";

}