Skip to content

Commit

Permalink
Added the Trusted Contributor notice
Browse files Browse the repository at this point in the history
You can customize this slightly to say "Puppet Community and the Sales
Engineers team" or similar if you like, as long as you don't change the
gist of the supportability status.
  • Loading branch information
binford2k committed May 19, 2022
1 parent 0f21c67 commit 2d847cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# puppetlabs-patching_as_code

> This module is supported by the Puppet community. We expect it to be of the same high
> quality as our own Supported modules, but it does not qualify for Puppet Support plans.
> See the `CODEOWNERS` file for usernames of the maintainers.
#### Table of Contents

- [Description](#description)
Expand Down Expand Up @@ -274,7 +278,7 @@ Here's another example, this time for a pre-patch powershell command on Windows:
```yaml
patching_as_code::pre_patch_commands:
shutdown SQL server:
command: Stop-Service MSSQLSERVER -Force
command: Stop-Service MSSQLSERVER -Force
provider: powershell
```
As you can see, it's just like defining `Exec` resources.
Expand Down

0 comments on commit 2d847cb

Please sign in to comment.