Skip to content

Commit f31d0c2

Browse files
author
Francis Wetering
committed
Version Bump, lint cleanup.
1 parent f49b306 commit f31d0c2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

manifests/init.pp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@
117117
$sedSearch = ' daemon \([+-][0-9]\+ \)\?'
118118
$sedReplace = " daemon ${niceval} "
119119
exec {'Ensure Niceness':
120-
command => "sed -i 's/${sedSearch}/${sedReplace}/g' ${serviceFile}",
121-
user => root,
122-
provider => shell,
123-
path => $path,
124-
require => Exec['Ensure Service'],
120+
command => "sed -i 's/${sedSearch}/${sedReplace}/g' ${serviceFile}",
121+
user => root,
122+
provider => shell,
123+
path => $path,
124+
require => Exec['Ensure Service'],
125125
#Only if the niceness isn't already set:
126-
onlyif => "! grep 'daemon ${niceval} ' ${serviceFile}",
127-
notify => Service[$service],
126+
onlyif => "! grep 'daemon ${niceval} ' ${serviceFile}",
127+
notify => Service[$service],
128128
logoutput => true,
129129
}
130130
}

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frankiethekneeman-gitlab_ci_multi_runner",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"author": "Francis J.. Van Wetering IV",
55
"license": "MIT",
66
"summary": "A Module to Install and register the Gitlab CI Multirunner.",

0 commit comments

Comments
 (0)