Faidon Liambotis has uploaded a new change for review.
https://gerrit.wikimedia.org/r/179073
Change subject: Remove more excess Service provider => upstarts
......................................................................
Remove more excess Service provider => upstarts
puppet knows to do the right thing these days, do not depend on upstart
unnecessarily. Remove from apertium, mongodb, nutcracker, statsd that
upon inspection seem to be the only ones left that use it without
providing their own service files.
Change-Id: Ib4e9fd444604c4765789004a5a5618e213cb3a44
---
M modules/apertium/manifests/init.pp
M modules/mongodb/manifests/init.pp
M modules/nutcracker/manifests/init.pp
M modules/statsd/manifests/init.pp
4 files changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/73/179073/1
diff --git a/modules/apertium/manifests/init.pp
b/modules/apertium/manifests/init.pp
index a7a0c88..b2b6e05 100644
--- a/modules/apertium/manifests/init.pp
+++ b/modules/apertium/manifests/init.pp
@@ -18,9 +18,6 @@
service { 'apertium-apy':
ensure => running,
- hasstatus => true,
- hasrestart => true,
- provider => 'upstart',
require => Package['apertium-apy'],
}
}
diff --git a/modules/mongodb/manifests/init.pp
b/modules/mongodb/manifests/init.pp
index 9a163ae..82d8702 100644
--- a/modules/mongodb/manifests/init.pp
+++ b/modules/mongodb/manifests/init.pp
@@ -56,7 +56,6 @@
service { 'mongodb':
ensure => running,
- provider => upstart,
subscribe => File['/etc/mongodb.conf'],
}
}
diff --git a/modules/nutcracker/manifests/init.pp
b/modules/nutcracker/manifests/init.pp
index db23c1e..2b59f6e 100644
--- a/modules/nutcracker/manifests/init.pp
+++ b/modules/nutcracker/manifests/init.pp
@@ -69,6 +69,5 @@
service { 'nutcracker':
ensure => ensure_service($ensure),
- provider => 'upstart',
}
}
diff --git a/modules/statsd/manifests/init.pp b/modules/statsd/manifests/init.pp
index 2eae298..832fa6f 100644
--- a/modules/statsd/manifests/init.pp
+++ b/modules/statsd/manifests/init.pp
@@ -51,6 +51,5 @@
service { 'statsd':
ensure => running,
- provider => upstart,
}
}
--
To view, visit https://gerrit.wikimedia.org/r/179073
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4e9fd444604c4765789004a5a5618e213cb3a44
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Faidon Liambotis <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits