Skip to content

Commit

Permalink
some random lint fixes to make CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
binford2k committed Jan 10, 2024
1 parent 1faef57 commit 3ffa812
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion manifests/get.pp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@
$onlyif_real = $onlyif
}


exec { "rsync ${name}":
command => "rsync -q ${rsync_options}",
path => ['/bin', '/usr/bin', '/usr/local/bin'],
Expand Down
1 change: 0 additions & 1 deletion manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# class rsync::server
#
class rsync::repo {

include rsync::server

$base = '/data/rsync'
Expand Down
1 change: 0 additions & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@
}

create_resources(rsync::server::module, $modules)

}
3 changes: 1 addition & 2 deletions manifests/server/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
$exclude = undef,
$exclude_from = undef,
$dont_compress = undef,
$ignore_nonreadable = undef) {

$ignore_nonreadable = undef) {
concat::fragment { "frag-${name}":
content => template('rsync/module.erb'),
target => $rsync::server::conf_file,
Expand Down

0 comments on commit 3ffa812

Please sign in to comment.