Questions tagged [cfengine]

CFEngine is a configuration management tool that allows you to automate system configuration and administration.

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.

36 questions
0
votes
1 answer

reparing user list on a linux system using cfengine

I need to create a cfengine policy which automatically maintains a user list on a linux box. If there are additional users on the system except the list, it would delete them. I am a newbie to cfengine. Any pointers would be immensely appreciated.…
Saurajeet
  • 1,088
  • 2
  • 8
  • 10
0
votes
1 answer

Customize CFEngine3 temporary downloaded files location

I am facing a issue while trying configuring something with CFENGINE3.5, I have created a policy to install some package from source, which download tar balls from some url and then untar it and further digs it with make and make install, everything…
Yogesh
  • 663
  • 8
  • 17
0
votes
1 answer

CFENGINE: policy to perform bunch of commands on bunch of packages

I have to create one CFENGINE 3 Policy which should take input from defined input list and then want to perform some bunch of commands on that set one by one. For Eg: For only one Package here I have the example: bundle agent…
Yogesh
  • 663
  • 8
  • 17
0
votes
1 answer

cfengine 3.4 - cygwin build instructions

I would like to build cfengine 3.4 on cygwin. It appears that this should be possible - here is patch to enable the build: link. Are there any step by step build instructions for compiling cfengine 3.4 on cygwin?
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
2 answers

Should restarting a Linux host from within a cfengine policy be avoided?

Specifically, if cfengine is used to install the most recent version of an onboard device's firmware and do some tests to see if a reboot is required, and the results indicate that the machine needs a restart, is this something that can be done from…
0
votes
2 answers

CFengine Redefinition of body "control" for "common" is a broken promise

I have installed cfengine 3 enterprise for testing. However when I go to run a test promise I get an error back saying Redefinition of body "control" for "common" is a broken promise Below is the code, any ideas? body common…
JoshP
  • 23
  • 4
1 2
3