Skip to content

Commit

Permalink
Puppet 4 does not like capitalized Variables. Need a new version to r…
Browse files Browse the repository at this point in the history
…esubmit to Puppet.
  • Loading branch information
Francis J.. Van Wetering IV committed Sep 8, 2015
1 parent ac14e53 commit c08e40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'debian' => 'deb',
default => 'unknown',
}
$IssuesLink = 'https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner/issues'
$issuesLink = 'https://github.com/frankiethekneeman/puppet-gitlab-ci-multi-runner/issues'
if $package_type == 'unknown' {
fail("Target Operating system (${::operatingsystem}) not supported")
}
Expand Down Expand Up @@ -164,7 +164,7 @@
}
}
default: {
warning("Niceness not enabled for ${serviceFile}. Please report to ${IssuesLink}")
warning("Niceness not enabled for ${serviceFile}. Please report to ${issuesLink}")
}
}
} else {
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.1",
"version": "0.2.2",
"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 c08e40f

Please sign in to comment.