Tagged Questions

CFEngine is a configuration management tool that allows you to automate system configuration and administration. It is lightweight and scalable. CFEngine 3 is a completely redone version of the tool, with a new configuration language that makes it easier to extend and use the language.

learn more… | top users | synonyms

11
votes
3answers
1k views

Configuration Management for Windows

Are there any tools for windows like that *nix world has? I am looking for something like Chef or Puppet. I have found cfEngine but it still looks very *nix centric. Ideally it would be open source, ...
2
votes
2answers
1k views

Cfengine vs Chef

What are the differences in term of features between Cfengine and Chef?
2
votes
4answers
197 views

Help me make an argument for why system build tools shouldn't automatically do SVN checkin

I'm trying to make a case against automated checkins to version control. My group at work has written some system build tools around CFEngine, and now they think these tools should automatically do ...
0
votes
1answer
49 views

Is there an easy way for cfengine3 to copy different files based on the OS its running

I have two different versions of linux/unix each running cfengine3. Is it possible to have one promises.cf file I can put on both machines that will copy different files based on what os is on the ...
0
votes
1answer
68 views

bind zone file inside cfengine

I have some zone files that uses bind specific $GENERATE directive like this $GENERATE 50-100 srv-${-50,3,d} A 10.34.38.$ Now when I add this to cfengine, it tries to expand ${...} and gives an ...