Guest User

Untitled

a guest
Aug 10th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. body common control
  2. {
  3. # For Policy Hub ONLY !!
  4. am_policy_hub::
  5. bundlesequence => {
  6. "main"
  7. };
  8. am_policy_hub::
  9. inputs => {
  10. "cfengine_stdlib.cf"
  11. };
  12.  
  13.  
  14. # For our clients
  15. !am_policy_hub::
  16. bundlesequence => {
  17. "main",
  18. "set_globals",
  19. "copy_down_os_files",
  20. "install_pkgs_sys"
  21. };
  22. !am_policy_hub::
  23. inputs => {
  24. "cfengine_stdlib.cf",
  25. # Custom files here:
  26. "custom/copy_os_files.cf",
  27. "custom/global_vars.cf",
  28. "custom/packages_sys.cf"
  29. };
  30.  
  31. version => "Community Promises.cf 1.0.0";
  32. }
Add Comment
Please, Sign In to add comment