Skip to content

jooooooon/core

This branch is 11319 commits behind cfengine/core:master.

Folders and files

NameName
Last commit message
Last commit date
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 26, 2013
Apr 25, 2013
Apr 25, 2013
Apr 12, 2013
Mar 4, 2013
Apr 26, 2013
Apr 24, 2013
Apr 26, 2013
Apr 26, 2013
Apr 12, 2013
Apr 26, 2013
Apr 26, 2013
Apr 12, 2013
Mar 3, 2013
Mar 3, 2013
Apr 17, 2012
Apr 25, 2013
Apr 24, 2013
Apr 10, 2013
Mar 4, 2013
Apr 24, 2013
Apr 24, 2013
Mar 11, 2013
Apr 26, 2013
Jul 23, 2012
Mar 10, 2013

Repository files navigation

CFEngine 3

CFEngine 3 is a popular open source configuration management system. Its primary function is to provide automated configuration and maintenance of large-scale computer systems.

Installation

Please see the INSTALL file for prerequisites and build instructions.

Example Usage

Hello World

The following code demonstrates simple CFEngine output through a reports promise.

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

bundle agent run
{
  reports:
    cfengine::
      "Hello, world";
}

The following policy code may be executed with cf-agent (the main CFEngine binary) as follows.

$ cf-agent/cf-agent hello.cf
R: Hello, world

Contributing

Please see the HACKING file.

Relationship to CFEngine 2

CFEngine 3 is not a drop-in upgrade for CFEngine 2 installations. It is a significantly more powerful version, but it is incompatible with the CFEngine 2 policy language.

The server part of CFEngine 3 supports the network protocol of CFEngine 2, so you may upgrade your installation gradually.

Packages

No packages published

Languages

  • C 89.7%
  • TeX 7.4%
  • C++ 1.5%
  • Emacs Lisp 0.6%
  • Shell 0.5%
  • Perl 0.1%
  • Other 0.2%