Skip to content

Commit 95e89aa

Browse files
committed
Merge pull request voxpupuli#263 from kahowell/lint-cleanup
Remove empty lines between doc and definition
2 parents afb9ea3 + 620fc95 commit 95e89aa

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

manifests/globals.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Class for setting cross-class global overrides. See README.md for more
22
# details.
3-
43
class mongodb::globals (
54
$server_package_name = undef,
65
$client_package_name = undef,

manifests/init.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#
3333
# Copyright 2013 PuppetLabs
3434
#
35-
3635
class mongodb (
3736
# Deprecated parameters
3837
$enable_10gen = undef,

manifests/replset.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Wrapper class useful for hiera based deployments
2-
32
class mongodb::replset(
43
$sets = undef
54
) {

manifests/shardsvr.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Wrapper class useful for hiera based deployments
2-
32
class mongodb::shardsvr(
43
$shards = undef
54
) {

0 commit comments

Comments
 (0)