Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 102046d

Browse files
author
Shimon
authored
Fix/rename service (#4)
* Renamed services - version 0.2.2
1 parent 5f58818 commit 102046d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manifests/instance.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
}),
123123
require => [File["${github_actions_runner::root_dir}/${instance_name}/configure_install_runner.sh"],
124124
Exec["${instance_name}-run_configure_install_runner.sh"]],
125-
notify => Service["github-actions-runner-${instance_name}"],
125+
notify => Service["github-actions-runner.${instance_name}.service"],
126126
}
127127

128128
$ensure_service = $ensure ? {
@@ -135,7 +135,7 @@
135135
'absent' => false,
136136
}
137137

138-
service { "github-actions-runner-${instance_name}":
138+
service { "github-actions-runner.${instance_name}.service":
139139
ensure => $ensure_service,
140140
enable => $enable_service,
141141
require => Class['systemd::systemctl::daemon_reload'],

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Telefonica-github_actions_runner",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"author": "Shimon Ohayon",
55
"summary": "Module to configure our GitHub Actions runner on Debian hosts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)