diff --git a/src/content/_index.html b/src/content/_index.html index 98fe0aa..2e62fb4 100644 --- a/src/content/_index.html +++ b/src/content/_index.html @@ -257,7 +257,7 @@ enroll diff \ --exit-code # Ignore a path and changes to package versions, and optionally -# enforce the old state locally (requires ansible-playbook) +# enforce the old state locally enroll diff --old /path/to/harvestA --new /path/to/harvestB \ --exclude-path /var/anacron \ --ignore-package-versions \ diff --git a/src/content/docs.html b/src/content/docs.html index 92f16ee..0c64ab0 100644 --- a/src/content/docs.html +++ b/src/content/docs.html @@ -323,7 +323,8 @@ target = ansible # is the default, otherwise salt, or puppet # ignore noisy drift exclude_path = /var/anacron ignore_package_versions = true -# enforce = true # requires ansible-playbook on PATH +# enforce = true +# target = ansible # to run ansible-playbook to enforce the old harvest, else puppet, salt
diff --git a/src/content/news/0-7-0.html b/src/content/news/0-7-0.html index 5300397..71a37d2 100644 --- a/src/content/news/0-7-0.html +++ b/src/content/news/0-7-0.html @@ -24,8 +24,8 @@ summary: "Enroll can now render Puppet and Salt manifests alongside Ansible, det

See you soon..

-

I'm off to try and write more tests - we're at about 85% coverage in pytest, and we also run a stack of 'noop' executions for Ansible, Puppet and Salt too now, in CI.

+

I'm off to try and write more tests - we're at about 86% coverage in pytest, and run a big suite unit tests for Ansible, Puppet and Salt too now, in CI. I'm always trying to catch any regressions given there are so many variations on how you can use this tool.

Thanks to everyone who has reached out with suggestions, constructive criticism, and bug reports! You're helping make Enroll better for everyone.