Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Box committed Nov 3, 2016
1 parent 5ae4e25 commit 16037b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
$kill_command = "${use_agent_path}/bin/agent.sh stop force"
$service_description = "Teamcity build agent '${agent_name}'"

if $::operatingsystem == "Ubuntu" && $::operatingsystemrelease == "14.04" {
if $::operatingsystem == "Ubuntu" and $::operatingsystemrelease == "14.04" {
file { "/etc/init.d/teamcity-agent-${agent_name}":
ensure => 'file',
owner => 'root',
Expand Down

0 comments on commit 16037b9

Please sign in to comment.