From dd974ef6a05f7ad3762123e8f1e5730171990501 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Fri, 21 Nov 2025 08:09:18 -0600 Subject: [PATCH] Added windows-openssh-server README --- software/windows/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 software/windows/README.md diff --git a/software/windows/README.md b/software/windows/README.md new file mode 100644 index 0000000..5dd4325 --- /dev/null +++ b/software/windows/README.md @@ -0,0 +1,5 @@ +The `windows-openssh-server` bundle ensures that an openssh server is running on Windows hosts if the class data:openssh_server_installed is defined. + +You can define this in the Host Info page or CMDB. + +This bundle depends on and uses the [windows-capability](https://build.cfengine.com/modules/windows-capability/) module to accomplish the goal.