Skip to content

Commit

Permalink
fix anchor(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Oct 3, 2013
1 parent cc6075d commit 803c0f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/hub.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

include selenium

anchor { 'selenium::hub::begin': }
anchor { 'selenium::hub::begin': } ->
Class[ 'selenium' ] ->
selenium::config{ 'hub':
user => $selenium::user,
Expand Down
2 changes: 1 addition & 1 deletion manifests/node.pp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

$safe_options = "${options} -hub ${hub}"

anchor { 'selenium::node::begin': }
anchor { 'selenium::node::begin': } ->
Class[ 'selenium' ] ->
selenium::config{ 'node':
display => $display,
Expand Down
2 changes: 1 addition & 1 deletion manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

include selenium

anchor { 'selenium::server::begin': }
anchor { 'selenium::server::begin': } ->
Class[ 'selenium' ] ->
selenium::config{ 'server':
display => $display,
Expand Down

0 comments on commit 803c0f0

Please sign in to comment.