Skip to content

Commit 3ffa812

Browse files
committed
some random lint fixes to make CI pass
1 parent 1faef57 commit 3ffa812

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

manifests/get.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
$onlyif_real = $onlyif
152152
}
153153

154-
155154
exec { "rsync ${name}":
156155
command => "rsync -q ${rsync_options}",
157156
path => ['/bin', '/usr/bin', '/usr/local/bin'],

manifests/repo.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# class rsync::server
77
#
88
class rsync::repo {
9-
109
include rsync::server
1110

1211
$base = '/data/rsync'

manifests/server.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,4 @@
7979
}
8080

8181
create_resources(rsync::server::module, $modules)
82-
8382
}

manifests/server/module.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
$exclude = undef,
7878
$exclude_from = undef,
7979
$dont_compress = undef,
80-
$ignore_nonreadable = undef) {
81-
80+
$ignore_nonreadable = undef) {
8281
concat::fragment { "frag-${name}":
8382
content => template('rsync/module.erb'),
8483
target => $rsync::server::conf_file,

0 commit comments

Comments
 (0)