Dzahn has submitted this change and it was merged.
Change subject: Quote file modes
......................................................................
Quote file modes
Change-Id: I672f90f62e4ad8370aec30f4cdd1cb03acb9f412
---
M modules/lvs/manifests/balancer/runcommand.pp
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
diff --git a/modules/lvs/manifests/balancer/runcommand.pp
b/modules/lvs/manifests/balancer/runcommand.pp
index fd57c38..cd9b97d 100644
--- a/modules/lvs/manifests/balancer/runcommand.pp
+++ b/modules/lvs/manifests/balancer/runcommand.pp
@@ -8,17 +8,17 @@
"/etc/pybal/runcommand":
owner => root,
group => root,
- mode => 0755,
+ mode => '0755',
ensure => directory;
"/etc/pybal/runcommand/check-apache":
owner => root,
group => root,
- mode => 0555,
+ mode => '0555',
source => "puppet:///modules/${module_name}/pybal/check-apache";
"/root/.ssh/pybal-check":
owner => root,
group => root,
- mode => 0600,
+ mode => '0600',
source => "puppet:///private/pybal/pybal-check";
}
}
--
To view, visit https://gerrit.wikimedia.org/r/181380
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I672f90f62e4ad8370aec30f4cdd1cb03acb9f412
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: KartikMistry <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits