aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/database/mongodb-base.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/services/database/mongodb-base.yaml')
-rw-r--r--puppet/services/database/mongodb-base.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/database/mongodb-base.yaml b/puppet/services/database/mongodb-base.yaml
index c218e8b5..2881a5c6 100644
--- a/puppet/services/database/mongodb-base.yaml
+++ b/puppet/services/database/mongodb-base.yaml
@@ -56,3 +56,7 @@ 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