Difference between revisions of "Cfengine (non-GNU)"

From Free Software Directory
Jump to: navigation, search
m (Reverted edits by Craigt (talk) to last revision by Bendikker)
(Tag: Rollback)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=Cfengine
+
|Name=CFEngine
|Short description=Maintains configuration of a heterogenous UNIX network
+
|Short description=Maintains configuration of a heterogenous UNIX network.
|Full description=Intended for sys admins, cfengine is a tool for setting up and maintaining BSD and System 5-like operating systems optionally attached to a TCP/IP network. The program focuses on a few key areas that scripts tend to mishandle. From a single configuration files (or set of files) you specify, using classes, your network configuration; cfengine then parses the file and carries out the instructions, warning you about errors (or fixing them) as it goes. You can think of cfengine as a very high level language, higher than Perl or shell: a single command can result in many hundreds of operations being performed on multiple hosts. You can also use it as a net-wide front end for 'cron.'
+
|Full description=Intended for sys admins, CFEngine is a tool for setting up and maintaining BSD and System 5-like operating systems optionally attached to a TCP/IP network. The program focuses on a few key areas that scripts tend to mishandle. From a single configuration files (or set of files) you specify, using classes, your network configuration; cfengine then parses the file and carries out the instructions, warning you about errors (or fixing them) as it goes. You can think of cfengine as a very high level language, higher than Perl or shell. A single command can result in many hundreds of operations being performed on multiple hosts. You can also use it as a net-wide front end for 'cron.'
|Homepage URL=http://www.gnu.org/software/cfengine
+
|Homepage URL=https://cfengine.com/
|User level=intermediate
+
|Is High Priority Project=No
|Computer languages=C
+
|Decommissioned or Obsolete=No
|Documentation note=User reference manual available in HTML, PDF, PostScript from http://www.iu.hio.no/cfengine/documentation.phtml; User tutorial available in HTML, PDF, PostScript from http://www.iu.hio.no/cfengine/documentation.phtml
+
|IRC help=irc://irc.freenode.net/#cfengine
|Accepts cryptocurrency donations=No
+
|IRC development=irc://irc.freenode.net/#cfengine-dev
|Related projects=Alist,Cron,Inetutils,PIKT
+
|Related projects=Alist,Cron,Inetutils,PIKT,FAI,Delta Reporting,Serverspec
 
|Keywords=administration,configuration,classes,cron,bsd,System 5
 
|Keywords=administration,configuration,classes,cron,bsd,System 5
|Version identifier=2.0.6
+
|Version identifier=3.12.1
|Version date=2003/04/08
+
|Version date=2018/11/30
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/gnu/cfengine/cfengine-2.0.6.tar.gz
+
|Version download=https://github.com/cfengine/core/archive/3.12.1.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/02/08
+
|Last review date=2018/12/28
 +
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Is GNU=Yes
+
|User level=intermediate
|GNU package identifier=cfengine
+
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 +
|Is GNU=No
 
|License verified date=2010-08-23
 
|License verified date=2010-08-23
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=GPLv2orlater
+
|License=GPLv3 with exception
|License verified by=Kelly Hopkins
+
|License copyright=Copyright 2018 Northern.tech AS
|License verified date=2010-08-23
+
|License verified by=Bendikker
 +
|License verified date=2018/12/01
 +
|License note=Only the GPL is a free licence.
 +
 
 +
Explicit permission to link with the OpenSSL library, BerkeleyDB library and and PCRE library.
 
}}
 
}}
 
{{Person
 
{{Person
Line 38: Line 45:
 
|Real name=Knut-Havard Aksnes
 
|Real name=Knut-Havard Aksnes
 
|Role=Contributor
 
|Role=Contributor
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/cfengine3
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/cfengine2
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 44: Line 59:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://groups.google.com/forum/#!forum/help-cfengine
|Resource URL=mailto:bug-cfengine@gnu.org
+
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://groups.google.com/forum/#!forum/dev-cfengine
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=Download
|Resource kind=E-mail
+
|Resource URL=https://cfengine.com/product/free-download/
|Resource URL=mailto:help-cfengine@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Homepage
|Resource kind=Newsgroup
+
|Resource URL=https://cfengine.com
|Resource URL=gnu.cfengine.bug
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=General
|Resource kind=Newsgroup
+
|Resource URL=https://github.com/cfengine/
|Resource URL=gnu.cfengine.help
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line, console
 
|Interface=command-line, console
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|System-administration=configuration
 
|System-administration=configuration
 
|Use=system-administration
 
|Use=system-administration
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 18:00, 28 December 2018


[edit]

CFEngine

https://cfengine.com/
Maintains configuration of a heterogenous UNIX network.

Intended for sys admins, CFEngine is a tool for setting up and maintaining BSD and System 5-like operating systems optionally attached to a TCP/IP network. The program focuses on a few key areas that scripts tend to mishandle. From a single configuration files (or set of files) you specify, using classes, your network configuration; cfengine then parses the file and carries out the instructions, warning you about errors (or fixing them) as it goes. You can think of cfengine as a very high level language, higher than Perl or shell. A single command can result in many hundreds of operations being performed on multiple hosts. You can also use it as a net-wide front end for 'cron.'





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

1 December 2018

Notes

Only the GPL is a free licence. Explicit permission to link with the OpenSSL library, BerkeleyDB library and and PCRE library.




Leaders and contributors

Contact(s)Role
David Masterson Contributor
Knut-Havard Aksnes Contributor
Mark Burgess Maintainer


Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/cfengine
Debian (Ref) (R)https://tracker.debian.org/pkg/cfengine2
Mailing Listhttps://groups.google.com/forum/#!forum/help-cfengine
Downloadhttps://cfengine.com/product/free-download/
Homepagehttps://cfengine.com
Debian (Ref) (R)https://tracker.debian.org/pkg/cfengine3
Mailing Listhttps://groups.google.com/forum/#!forum/dev-cfengine
Generalhttps://github.com/cfengine/


Software prerequisites




Entry
















"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.