Skip to content

Commit

Permalink
Merge pull request #94 from olehermanse/master
Browse files Browse the repository at this point in the history
Smaller consistency fixes to align examples with blog posts
  • Loading branch information
olehermanse authored Mar 7, 2024
2 parents 8e6a68c + d2a970d commit 54a41ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/gpg/gpg.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions examples/site-up/site_up.cf
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 54a41ff

Please sign in to comment.