Skip to content

Commit 8290f49

Browse files
committed
puppet-lint: fix relative_classname_inclusion
1 parent 1fb3504 commit 8290f49

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,3 +543,6 @@ Style/FormatStringToken:
543543
# are located.
544544
RSpec/FilePath:
545545
Enabled: false
546+
547+
RSpec/MessageSpies:
548+
EnforcedStyle: receive

manifests/repo/apt.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# we try to follow/reproduce the instruction
44
# from http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
55

6-
include ::apt
6+
include apt
77

88
if($mongodb::repo::ensure == 'present' or $mongodb::repo::ensure == true) {
99
apt::source { 'mongodb':

0 commit comments

Comments
 (0)