/[adm]/puppet/modules/catdap/manifests/snapshot.pp
ViewVC logotype

Diff of /puppet/modules/catdap/manifests/snapshot.pp

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

revision 3427 by colin, Sun Mar 23 16:51:20 2014 UTC revision 3428 by colin, Sun Mar 23 20:00:36 2014 UTC
# Line 3  define catdap::snapshot($location, $git_ Line 3  define catdap::snapshot($location, $git_
3          group   => apache,          group   => apache,
4          mode    => '0640',          mode    => '0640',
5          content => template('catdap/catdap_local.yml'),          content => template('catdap/catdap_local.yml'),
6          require => Subversion::Snapshot[$location],          require => Git::Snapshot[$location],
7      }      }
8    
9      git::snapshot { $location:      git::snapshot { $location:

Legend:
Removed from v.3427  
changed lines
  Added in v.3428

  ViewVC Help
Powered by ViewVC 1.1.30