diff options
Diffstat (limited to 'modules/catdap')
-rw-r--r-- | modules/catdap/manifests/snapshot.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/manifests/snapshot.pp b/modules/catdap/manifests/snapshot.pp index bea12c15..684d4a74 100644 --- a/modules/catdap/manifests/snapshot.pp +++ b/modules/catdap/manifests/snapshot.pp @@ -3,7 +3,7 @@ define catdap::snapshot($location, $git_location, $git_branch = 'master') { group => apache, mode => '0640', content => template('catdap/catdap_local.yml'), - require => Subversion::Snapshot[$location], + require => Git::Snapshot[$location], } git::snapshot { $location: |