/[adm]/puppet/modules/buildsystem/manifests/webstatus.pp
ViewVC logotype

Diff of /puppet/modules/buildsystem/manifests/webstatus.pp

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

revision 3180 by boklm, Thu May 23 15:04:34 2013 UTC revision 3181 by boklm, Thu May 23 15:07:35 2013 UTC
# Line 18  class buildsystem::webstatus { Line 18  class buildsystem::webstatus {
18      subversion::snapshot { $buildsystem::var::webstatus::location:      subversion::snapshot { $buildsystem::var::webstatus::location:
19          source => $buildsystem::var::webstatus::svn_url,          source => $buildsystem::var::webstatus::svn_url,
20      }      }
21    
22        file { '/etc/bs-webstatus.conf':
23            ensure => present,
24            content => template('buildsystem/bs-webstatus.conf'),
25            mode => 0644,
26            owner => root,
27            group => root,
28        }
29  }  }

Legend:
Removed from v.3180  
changed lines
  Added in v.3181

  ViewVC Help
Powered by ViewVC 1.1.30