Measures Concepts
GitHub icon

CFEngine

CFEngine - Application

< >

CFEngine is an open source application created in 1993.

#1233on PLDB 31Years Old

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"; }

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout