1################################################################################
2#
3# User policy init
4# This file is added to inputs before autorun and main.cf policy files.
5# Thus, it is parsed before other user-written policy.
6# You should not put bundles and promises here.
7# This is a good place to put promise blocks (promise type definitions).
8# This is loaded very early, only use hard classes or classes from def.json here.
9#
10###############################################################################
11
12# For example:
13# promise agent git
14# {
15#   path => "/var/cfengine/modules/promises/git_using_lib.py";
16#   interpreter => "/usr/bin/python3";
17# }
18