Skip to content

Commit

Permalink
Merge pull request voxpupuli#56 from binford2k/tcupdate
Browse files Browse the repository at this point in the history
Added the Trusted Contributor notice
  • Loading branch information
binford2k authored Jun 2, 2022
2 parents 0f21c67 + 2d847cb commit b4c7710
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 b4c7710

Please sign in to comment.