Skip to content

Commit a98c644

Browse files
authored
Update README.md
1 parent 35d5a85 commit a98c644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You should *only* use the `dsc_lite` module when any of these cases apply to you
4646
* The upstream DSC Resource's implementation does not match its declared API but is usable otherwise and needed.
4747
* In this case, `dsc_lite` should be treated as a stop-gap solution until the upstream DSC Resource can be patched to fix the misimplementation.
4848
* You need to use a DSC Resource that isn't published to the [Puppet Forge](http://forge.puppet.com/dsc).
49-
* If you find a DSC Resource that hasn't been automatically imported, it's very likely due to the original DSC Resource failing schema validation. The `dsc_lite` module can get you by, but you should report the error upstream so that the original author can correct their code.
49+
* If you find a DSC Resource that hasn't been automatically imported, it's very likely due to an API mismatch as described above.
5050
* If you have custom DSC Resources, you can use the [Puppet.dsc module builder](https://github.com/puppetlabs/Puppet.Dsc) to build your own Puppet module from it.
5151

5252
------

0 commit comments

Comments
 (0)