Tuesday, July 21, 2015

CFEngine 3.7 Manual

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 3.7";
} 

Want to say, this is a brief (and great) tutorial provided by CF Engine official site. Each link will link you to a specific tutorial page.

No comments:

Post a Comment