diff --git a/examples/gpg/gpg.py b/examples/gpg/gpg.py index 86c68a5..d1f206b 100644 --- a/examples/gpg/gpg.py +++ b/examples/gpg/gpg.py @@ -1,4 +1,4 @@ -"""Custom Promise Type module for adding missing gpg keys +"""Custom promise type module for adding missing gpg keys Given some GPG user id values (see man page for all possiblities, there are many) and the ascii value of a key, ensure that the key is present in the given GPG homedir. diff --git a/examples/site-up/site_up.cf b/examples/site-up/site_up.cf index d0c83a3..6de97f1 100644 --- a/examples/site-up/site_up.cf +++ b/examples/site-up/site_up.cf @@ -1,8 +1,8 @@ promise agent site_up # @brief Define site_up promise type { - path => "/var/cfengine/modules/promises/site_up.py"; - interpreter => "/usr/bin/python3.8"; + path => "/var/cfengine/modules/promises/site_up.py"; + interpreter => "/usr/bin/python3.8"; } bundle agent site_up_autorun