Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CFEngine Community

License

NotificationsYou must be signed in to change notification settings

cfengine/core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gitter chat

CFEngine 3

CFEngine 3 is a popular open source configuration management system. Its primaryfunction is to provide automated configuration and maintenance of large-scalecomputer systems.

Source code repositories

CFEngine is comprised of several source code repositories.As you might be looking for another part of the open source code base, here is a list to ease navigation:

  • core (This repo) - The C source code for core components, like cf-agent and cf-serverd.
    • libntech (submodule in core) - Library of reusable C code, such as data structures, string manipulation, JSON parsing, file handling, etc.
    • core/contrib (subdirectory in core) - User-contributed tools and scripts
  • masterfiles - The Masterfiles Policy Framework (MPF) contains the default policy (.cf) files
  • documentation - Documentation on how CFEngine components work, the policy language, the enterprise features, etc.
  • cf-remote - Tooling to make deploying / testing CFEngine across many remote instances easy
  • buildscripts - Scripts and files needed to build installer packages across a wide variety of supported platforms

(Each repo also contains some supporting code/files, such as tests, scripts, documentation, etc.).

Installation

Pre-built installers are available from our website:

To install from source please seetheINSTALL file forprerequisites and build instructions.

License

As per theLICENSE file,CFEngine Community is licensed under the GNU General Public License, version 3.

All the files in this repository are licensed under GNU GPL version 3, unlessstated otherwise in the copyright notice inside the particular file.

Example Usage

In order to use the built cf-agent in the source tree you must add a$HOME/.cfagent/bin/cf-promises file:

$pwd<something>/core$echo"cd$(pwd); cf-promises/cf-promises\"\$@\"">~/.cfagent/bin/cf-promises

Hello World

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

bundle agent main{  reports:    "Hello, world";}

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

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

Debugging

As this project uses autotools you must use libtool to run gdb/lldb/debuggers:

./libtool --mode=execute<gdb|lldb|yourdebugger> ./cf-agent/cf-agent

Contributing

Please see theCONTRIBUTING.md file.

Relationship to CFEngine 2

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

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

Authors

CFEngine was originally created by Mark Burgess with many contributions fromaround the world. Thankseveryone!

CFEngine is sponsored byNorthern.tech AS

Packages

No packages published

Contributors116


[8]ページ先頭

©2009-2025 Movatter.jp