Skip to content

Commit

Permalink
updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Dec 3, 2012
1 parent 20c571e commit d14629a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ facts.
servers_with_facts('hostname=/^new$|^old$/') // returns servers with hostname either new or old

servers_with_facts('uptime>10', 'hostname=/lala/') // returns servers with uptime over 10 and hostname matches lala
- server_with_role: Return one server object with a certain role:
server_with_role('haproxy', { hostname => 'localhost', ipaddress => '127.0.0.1'}) // returns one haproxy server, or localhost server if nothing found.

.. _cloudstack:

Expand Down

0 comments on commit d14629a

Please sign in to comment.