Skip to content

Commit

Permalink
Remove the modification of the full service definition
Browse files Browse the repository at this point in the history
  • Loading branch information
highpingblorg committed Oct 22, 2024
1 parent fcd0a0d commit 647d1f2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
}

if $foreman::dynflow_manage_services {
$dynflow_service_filename = '/usr/lib/systemd/system/[email protected]'
if $foreman::dynflow_redis_url != undef {
$dynflow_redis_url = $foreman::dynflow_redis_url
} else {
Expand All @@ -16,16 +15,6 @@
Class['redis'] -> Service <| tag == 'foreman::dynflow::worker' |>
}

file { $dynflow_service_filename:
ensure => file,
mode => '0644',
owner => root,
group => root,
content => epp("${module_name}/[email protected]", {
redis_host => $foreman::dynflow_redis_url,
}),
}

file { '/etc/foreman/dynflow':
ensure => directory,
}
Expand Down

0 comments on commit 647d1f2

Please sign in to comment.