diff options
Diffstat (limited to 'mcp/patches/salt-formula-heat')
-rw-r--r-- | mcp/patches/salt-formula-heat/0001-Support-rocky-version.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mcp/patches/salt-formula-heat/0001-Support-rocky-version.patch b/mcp/patches/salt-formula-heat/0001-Support-rocky-version.patch index 3998ab3dd..62fe935fe 100644 --- a/mcp/patches/salt-formula-heat/0001-Support-rocky-version.patch +++ b/mcp/patches/salt-formula-heat/0001-Support-rocky-version.patch @@ -36,7 +36,7 @@ index f5b4b13..6b90880 100644 {%- endif %} # Maximum raw byte size of any template. (integer value) --max_template_size = {{ server.get('max_template_size', 5440000) }} +-max_template_size = {{ server.get('max_template_size', 5440000) }} +max_template_size = {{ server.get('max_template_size', 5440000) }} # Maximum depth allowed when using nested stacks. (integer value) |