Skip to content

Commit

Permalink
admit defeat and use the anchor pattern in selenium::server
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Oct 2, 2013
1 parent c96870b commit 0904127
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ Overview
Description
-----------

https://github.com/adamgoucher/selenium-puppet

Windows, no rspec-puppet tests

https://github.com/StoryIQ/puppet-selenium-grid

Debian, no rspec-puppet tests

https://github.com/kayakco/puppet-selenium

Unreleased deps, role like, debian-ish (Centos), doesn't appear ready




Usage
-----
Expand Down
4 changes: 2 additions & 2 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

include selenium

anchor { 'selenium::server::begin': }
Class[ 'selenium' ] ->
selenium::config{ 'server':
display => $display,
Expand All @@ -31,6 +32,5 @@
options => $options,
java => $selenium::java,
} ->
Class[ 'selenium::server' ]

anchor { 'selenium::server::end': }
}

0 comments on commit 0904127

Please sign in to comment.