Jcrespo has submitted this change and it was merged.
Change subject: icinga/mariadb: move plugin into module
......................................................................
icinga/mariadb: move plugin into module
only after I43416d92da4d45
fixes warning about puppet URLs without modules
Change-Id: I8854f6b9a3349fecedb418ed0c5116710242be1d
---
M manifests/config.pp
1 file changed, 1 insertion(+), 3 deletions(-)
Approvals:
Jcrespo: Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/config.pp b/manifests/config.pp
index adeaef2..dbaa3aa 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -83,14 +83,12 @@
mode => '0755',
}
- # lint:ignore:puppet_url_without_modules
file { '/usr/lib/nagios/plugins/check_mariadb.pl':
owner => 'root',
group => 'root',
mode => '0755',
- source => 'puppet:///files/icinga/check_mariadb.pl',
+ source => 'puppet:///modules/icinga/check_mariadb.pl',
}
- # lint:endignore
if ($ssl == 'on' or $ssl == 'puppet-cert') {
--
To view, visit https://gerrit.wikimedia.org/r/296921
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I8854f6b9a3349fecedb418ed0c5116710242be1d
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet/mariadb
Gerrit-Branch: master
Gerrit-Owner: Dzahn <[email protected]>
Gerrit-Reviewer: Jcrespo <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits