Skip to content

peckpeck/core

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3607fe · Sep 2, 2014
Sep 10, 2013
Aug 27, 2014
Sep 2, 2014
Jul 16, 2014
Aug 8, 2014
Aug 8, 2014
Aug 8, 2014
Sep 1, 2014
Aug 27, 2014
Aug 28, 2014
Jun 12, 2014
Aug 28, 2014
Dec 23, 2013
Aug 28, 2014
Jul 18, 2014
Aug 27, 2014
Sep 2, 2014
Sep 2, 2014
Jul 21, 2014
Sep 2, 2014
Aug 28, 2014
Jan 8, 2014
Mar 3, 2014
Apr 17, 2012
Aug 8, 2014
Jul 25, 2014
Jul 3, 2014
Feb 25, 2014
Mar 4, 2013
Jul 24, 2014
May 23, 2013
Jul 25, 2013
Dec 30, 2013
Aug 8, 2014
Nov 7, 2013
Apr 1, 2014
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.

License

As per the LICENSE file, CFEngine Community is licensed under the Gnu General Public License GPL, version 3.

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.md 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