We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c67cb commit c466e38Copy full SHA for c466e38
lib/puppet/face/catalog/diff.rb
@@ -147,10 +147,11 @@
147
- At this point you should have 2 different catalogs. To compare them run:
148
149
puppet catalog diff <catalog1> <catalog2>
150
+
151
- Alternatively you can process a directory containing matching files
152
- i.e. path/to/old/node_name.yaml and path/to/new/node_name.yaml
153
- puppet catalog diff <path/to/old> <path/to/new>
154
+ puppet catalog diff <path/to/old> <path/to/new>
155
156
This code only validates the catalogs, it cannot tell you if the behavior of
157
the providers that interpret the catalog has changed so testing is still
0 commit comments