Skip to content

Commit 9fc5f68

Browse files
committed
Drop support for old config location from provider
1 parent 81052d6 commit 9fc5f68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/puppet/provider/mongodb.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ def mongoshrc_file
2020
end
2121

2222
def self.mongod_conf_file
23-
if File.exist? '/etc/mongod.conf'
24-
'/etc/mongod.conf'
25-
else
26-
'/etc/mongodb.conf'
27-
end
23+
'/etc/mongod.conf'
2824
end
2925

3026
def self.mongo_conf

0 commit comments

Comments
 (0)