Tim Landscheidt has uploaded a new change for review.
https://gerrit.wikimedia.org/r/186627
Change subject: Tools: Properly puppetize crontab replacement
......................................................................
Tools: Properly puppetize crontab replacement
Bug: T86445
Change-Id: Ia94c3b31fb01b52e54bf4b6471b61cc2d75ba710
---
M modules/toollabs/manifests/bastion.pp
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/27/186627/1
diff --git a/modules/toollabs/manifests/bastion.pp
b/modules/toollabs/manifests/bastion.pp
index c7b2181..3cb3310 100644
--- a/modules/toollabs/manifests/bastion.pp
+++ b/modules/toollabs/manifests/bastion.pp
@@ -57,12 +57,16 @@
ensure => latest,
}
- file { '/usr/local/bin/xcrontab':
+ file { '/usr/local/bin/crontab':
ensure => file,
mode => '0755',
owner => 'root',
group => 'root',
source => 'puppet:///modules/toollabs/crontab',
}
+ # TODO: Remove after deployment.
+ file { '/usr/local/bin/xcrontab':
+ ensure => absent,
+ }
}
--
To view, visit https://gerrit.wikimedia.org/r/186627
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia94c3b31fb01b52e54bf4b6471b61cc2d75ba710
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Tim Landscheidt <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits