You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows for utilizing the current version of webhook-go in
environments saddled with legacy versions of r10k that don't yet have
the new --modules flag.
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,6 +209,12 @@ Type: bool
209
209
Description: Deploy modules in environments.
210
210
Default: `true`
211
211
212
+
### `use_legacy_puppetfile_flag`
213
+
214
+
Type: bool
215
+
Description: Use the legacy `--puppetfile` flag instead of `--modules`. This should only be used when your version of r10k doesn't support the newer flag.
0 commit comments