Project

General

Profile

« Previous | Next » 

Revision 8abf0880

Added by Ewoud Kohl van Wijngaarden over 1 year ago

Remove puppet-lint workaround that was resolved

View differences:

manifests/rake.pp
Stdlib::Absolutepath $app_root = $foreman::app_root,
Variant[Undef, String[1], Array[String[1]]] $unless = undef,
) {
# https://github.com/rodjek/puppet-lint/issues/327
# lint:ignore:arrow_alignment
exec { "foreman-rake-${title}":
command => "/usr/sbin/foreman-rake ${title}",
user => $user,
......
timeout => $timeout,
unless => $unless,
}
# lint:endignore
}

Also available in: Unified diff