Forum: Cfengine Help
Subject: Re: Suppress SETGID copy warnings?
Author: erik
Link to topic: https://cfengine.com/forum/read.php?3,17823,17829#msg-17829

hmmm, I would think this might work:


body common control {
 bundlesequence => { "test" };
 inputs => { "lib.cf" };
}
bundle agent test {
 files:
  "/tmp/a.bin"
   copy_from => local_cp("/tmp/setgid.bin"),
   action => NoInform;
}
body action NoInform {
 report_level => "silent";
}


but the allowed values for report_level are only 

/Erik

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to