From 0443e7a836d11f99639213e2f99538d47530f9b6 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Fri, 14 Jul 2017 14:04:23 +0000 Subject: Revert "Disable systemd-networkd & systemd-resolved" https://github.com/camptocamp/puppet-systemd/pull/32 is disabling by default the services so we don't have to control them via TripleO. This reverts commit d24874c7b2625e25630534a86864a93050f661d3. Change-Id: I4044f0b28b636c7a022912f6f24707bce22c8b98 Related-Bug: #1704160 --- puppet/services/database/mongodb-base.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'puppet/services/database/mongodb-base.yaml') diff --git a/puppet/services/database/mongodb-base.yaml b/puppet/services/database/mongodb-base.yaml index 2881a5c6..c218e8b5 100644 --- a/puppet/services/database/mongodb-base.yaml +++ b/puppet/services/database/mongodb-base.yaml @@ -56,7 +56,3 @@ outputs: mongodb::server::journal: false mongodb::server::ipv6: {get_param: MongoDbIPv6} mongodb::server::replset: {get_param: MongoDbReplset} - # for now, we don't want to manage these services which are enabled - # by default with recent changes in puppet-systemd. - systemd::manage_networkd: false - systemd::manage_resolved: false -- cgit 1.2.3-korg