aboutsummaryrefslogtreecommitdiff
path: root/personal_infra/puppet/site
diff options
context:
space:
mode:
Diffstat (limited to 'personal_infra/puppet/site')
-rw-r--r--personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp b/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
index 29753d5b..2a424dc9 100644
--- a/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
+++ b/personal_infra/puppet/site/nextcloud.h1.int.pdp7.net.pp
@@ -19,4 +19,11 @@ node 'nextcloud.h1.int.pdp7.net' {
ensure => 'link',
target => '/nextcloud/config.php',
}
+
+ file {'/etc/php.d/memory.ini':
+ content => @(EOT)
+ memory_limit = 256M
+ | EOT
+ ,
+ }
}