/[adm]/puppet/modules/youri-check/templates/check.conf
ViewVC logotype

Diff of /puppet/modules/youri-check/templates/check.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1446 by pterjan, Wed Mar 23 22:29:22 2011 UTC revision 1447 by pterjan, Sat Apr 2 12:22:27 2011 UTC
# Line 9  mirror_x86_64: ${mirror}/x86_64/media Line 9  mirror_x86_64: ${mirror}/x86_64/media
9  resultset:  resultset:
10      class: Youri::Check::Resultset::DBI      class: Youri::Check::Resultset::DBI
11      options:      options:
12          driver: SQLite          driver: Pg
13          host: localhost          host: <%= pgsql_server %>
14          base: youri.db          base: <%= pgsql_db %>
15            user: <%= pgsql_user %>
16            password: <%= pgsql_password %>
17    
18  # checks definitions  # checks definitions
19  tests:  tests:

Legend:
Removed from v.1446  
changed lines
  Added in v.1447

  ViewVC Help
Powered by ViewVC 1.1.30