We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb3504 commit 8290f49Copy full SHA for 8290f49
.rubocop.yml
@@ -543,3 +543,6 @@ Style/FormatStringToken:
543
# are located.
544
RSpec/FilePath:
545
Enabled: false
546
+
547
+RSpec/MessageSpies:
548
+ EnforcedStyle: receive
manifests/repo/apt.pp
@@ -3,7 +3,7 @@
3
# we try to follow/reproduce the instruction
4
# from http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
5
6
- include ::apt
+ include apt
7
8
if($mongodb::repo::ensure == 'present' or $mongodb::repo::ensure == true) {
9
apt::source { 'mongodb':
0 commit comments