/[adm]/puppet/modules/youri-check/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/youri-check/manifests/init.pp

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

revision 1767 by misc, Sat Jun 18 00:28:02 2011 UTC revision 2027 by boklm, Tue Oct 4 12:37:53 2011 UTC
# Line 4  class youri-check { Line 4  class youri-check {
4          $user = 'youri'          $user = 'youri'
5          $config = '/etc/youri/cauldron.conf'          $config = '/etc/youri/cauldron.conf'
6          $outdir = '/var/www/youri-check'          $outdir = '/var/www/youri-check'
7          $home = '/var/tmp/youri'          $home = '/var/lib/youri'
8    
9          user { $user:          user { $user:
10              comment => 'Youri Check',              comment => 'Youri Check',
# Line 13  class youri-check { Line 13  class youri-check {
13              home => $home,              home => $home,
14          }          }
15    
16            file { $home:
17                ensure => directory,
18                owner => $user,
19                group => $user,
20                mode => 755,
21            }
22    
23          $pgsql_server = "$vhost"          $pgsql_server = "$vhost"
24          $pgsql_db = 'youri_check'          $pgsql_db = 'youri_check'
25          $pgsql_user = 'youri'          $pgsql_user = 'youri'

Legend:
Removed from v.1767  
changed lines
  Added in v.2027

  ViewVC Help
Powered by ViewVC 1.1.30