From c6997b462d84a7b0fee441a27b052f9542961377 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 23 Mar 2014 20:00:36 +0000 Subject: catdap: Fix deps --- modules/catdap/manifests/snapshot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/catdap/manifests/snapshot.pp') 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: -- cgit v1.2.1