Ottomata has submitted this change and it was merged.

Change subject: mylvmbackup prebackup hook needs to be executable
......................................................................


mylvmbackup prebackup hook needs to be executable

Bug: T127991
Change-Id: I13863783030ed3829976fa18bc0291533c60c6b8
---
M modules/mysql_wmf/manifests/mylvmbackup.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/mysql_wmf/manifests/mylvmbackup.pp 
b/modules/mysql_wmf/manifests/mylvmbackup.pp
index 11550c4..8edc251 100644
--- a/modules/mysql_wmf/manifests/mylvmbackup.pp
+++ b/modules/mysql_wmf/manifests/mylvmbackup.pp
@@ -81,7 +81,7 @@
         ensure  => $ensure,
         owner   => 'root',
         group   => 'root',
-        mode    => '0444',
+        mode    => '0544',
         content => template('mysql_wmf/mylvmbackup-prebackup.erb'),
         require => Package['mylvmbackup'],
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I13863783030ed3829976fa18bc0291533c60c6b8
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to