Madhuvishy has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/334482 )
Change subject: toolschecker: Fix upstart conf files path
......................................................................
toolschecker: Fix upstart conf files path
Change-Id: I547eb3611a63ccb4c78780c9bc5b5728c6205fd4
---
M modules/toollabs/manifests/check.pp
M modules/toollabs/manifests/checker.pp
2 files changed, 1 insertion(+), 9 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/82/334482/1
diff --git a/modules/toollabs/manifests/check.pp
b/modules/toollabs/manifests/check.pp
index e3ba7b1..e35ec94 100644
--- a/modules/toollabs/manifests/check.pp
+++ b/modules/toollabs/manifests/check.pp
@@ -7,7 +7,7 @@
# cheap way to ensure uniqueness across resources
toollabs::check::path {$path: }
- file { "/etc/init/toolschecker/toolschecker_${check_name}.conf":
+ file { "/etc/init/toolschecker_${check_name}.conf":
ensure => present,
content => template('toollabs/toolschecker.upstart.erb'),
owner => 'root',
diff --git a/modules/toollabs/manifests/checker.pp
b/modules/toollabs/manifests/checker.pp
index d67a491..8323fb7 100644
--- a/modules/toollabs/manifests/checker.pp
+++ b/modules/toollabs/manifests/checker.pp
@@ -109,14 +109,6 @@
before => Toollabs::Check[keys($checks)],
}
- file { '/etc/init/toolschecker':
- ensure => directory,
- owner => 'root',
- group => 'root',
- mode => '0644',
- before => Toollabs::Check[keys($checks)],
- }
-
file { '/usr/local/lib/python2.7/dist-packages/toolschecker.py':
ensure => file,
owner => 'root',
--
To view, visit https://gerrit.wikimedia.org/r/334482
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I547eb3611a63ccb4c78780c9bc5b5728c6205fd4
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Madhuvishy <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits