Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

CFEngine

< >

CFEngine is an open source application created in 1993.

#1013on PLDB 31Years Old
HomepageWikipediaTwitter

CFEngine is an open source configuration management system, written by Mark Burgess. Its primary function is to provide automated configuration and maintenance of large-scale computer systems, including the unified management of servers, desktops, consumer and industrial devices, embedded networked devices, mobile smartphones, and tablet computers.. Read more on Wikipedia...


Example from the web:
#!/var/cfengine/bin/cf-agent --no-lock body common control { bundlesequence => { "hello_world" }; } bundle agent hello_world { reports: any:: "Hello World!"; }
Example from hello-world:
body common control { bundlesequence => { "run" }; } bundle agent run { reports: cfengine:: "Hello World"; }

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0