Skip to content

Commit

Permalink
Version Bump, lint cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Wetering committed Sep 30, 2015
1 parent f49b306 commit f31d0c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@
$sedSearch = ' daemon \([+-][0-9]\+ \)\?'
$sedReplace = " daemon ${niceval} "
exec {'Ensure Niceness':
command => "sed -i 's/${sedSearch}/${sedReplace}/g' ${serviceFile}",
user => root,
provider => shell,
path => $path,
require => Exec['Ensure Service'],
command => "sed -i 's/${sedSearch}/${sedReplace}/g' ${serviceFile}",
user => root,
provider => shell,
path => $path,
require => Exec['Ensure Service'],
#Only if the niceness isn't already set:
onlyif => "! grep 'daemon ${niceval} ' ${serviceFile}",
notify => Service[$service],
onlyif => "! grep 'daemon ${niceval} ' ${serviceFile}",
notify => Service[$service],
logoutput => true,
}
}
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frankiethekneeman-gitlab_ci_multi_runner",
"version": "0.2.2",
"version": "0.2.3",
"author": "Francis J.. Van Wetering IV",
"license": "MIT",
"summary": "A Module to Install and register the Gitlab CI Multirunner.",
Expand Down

0 comments on commit f31d0c2

Please sign in to comment.