Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
highpingblorg committed Oct 22, 2024
1 parent 081c06d commit b1fda2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/dynflow/worker.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
#
# @api private
define foreman::dynflow::worker (
Enum['present', 'absent'] $ensure = 'present',
String $service_name = $name,
Integer[1] $concurrency = 1,
Array[Variant[String[1], Tuple[String, Integer[0]]]] $queues = [],
String[1] $config_owner = 'root',
Optional[String[1]] $config_group = undef,
Stdlib::Filemode $config_mode = '0644',
Enum['present', 'absent'] $ensure = 'present',
String $service_name = $name,
Integer[1] $concurrency = 1,
Array[Variant[String[1], Tuple[String, Integer[0]]]] $queues = [],
String[1] $config_owner = 'root',
Optional[String[1]] $config_group = undef,
Stdlib::Filemode $config_mode = '0644',
) {
$filename = "/etc/foreman/dynflow/${service_name}.yml"
$service = "dynflow-sidekiq@${service_name}"
Expand Down

0 comments on commit b1fda2a

Please sign in to comment.