aboutsummaryrefslogtreecommitdiff
path: root/puppet/config/node/links.example.org.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/config/node/links.example.org.yaml')
-rw-r--r--puppet/config/node/links.example.org.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/puppet/config/node/links.example.org.yaml b/puppet/config/node/links.example.org.yaml
index 449feff..9041cbf 100644
--- a/puppet/config/node/links.example.org.yaml
+++ b/puppet/config/node/links.example.org.yaml
@@ -11,6 +11,20 @@ classes:
- 'php'
#
+# PHP
+#
+php::config:
+ #post_max_size:
+ # series: '7'
+ # value: '100M'
+ #upload_max_filesize:
+ # series: '7'
+ # value: '100M'
+ memory_limit:
+ series: '7'
+ value: '128M'
+
+#
# MySQL
#
mysql::server::implementation: 'mariadb-server'