Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/208947

Change subject: Notify apache on ganglia_new::web php.ini updates
......................................................................

Notify apache on ganglia_new::web php.ini updates

And some minor linting.

Change-Id: Id2b795b9b0b15443aab26131f54e0eb69fb8622c
---
M modules/ganglia_new/manifests/web.pp
1 file changed, 4 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/47/208947/1

diff --git a/modules/ganglia_new/manifests/web.pp 
b/modules/ganglia_new/manifests/web.pp
index 5c6c167..57d77dd 100644
--- a/modules/ganglia_new/manifests/web.pp
+++ b/modules/ganglia_new/manifests/web.pp
@@ -40,9 +40,10 @@
 
     # Increase the default memory limit
     augeas { 'php.ini-memory':
-      context => '/files/etc/php5/apache2/php.ini/PHP',
-      changes => [
+        context => '/files/etc/php5/apache2/php.ini/PHP',
+        changes => [
         'set memory_limit 256M',
-      ];
+        ];
+        notify  => Class['::apache']
     }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/208947
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id2b795b9b0b15443aab26131f54e0eb69fb8622c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to