File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 117
117
$sedSearch = ' daemon \( [+-][0-9]\+ \)\? '
118
118
$sedReplace = " daemon ${niceval} "
119
119
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' ],
125
125
# 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 ],
128
128
logoutput => true ,
129
129
}
130
130
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " frankiethekneeman-gitlab_ci_multi_runner" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"author" : " Francis J.. Van Wetering IV" ,
5
5
"license" : " MIT" ,
6
6
"summary" : " A Module to Install and register the Gitlab CI Multirunner." ,
You can’t perform that action at this time.
0 commit comments