diff options
author | Colin Guthrie <colin@mageia.org> | 2014-03-23 20:00:36 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2014-03-23 20:00:36 +0000 |
commit | c6997b462d84a7b0fee441a27b052f9542961377 (patch) | |
tree | 55c86eccfc6fc202bb59e674a2a8ed207bbde8e3 /modules/catdap | |
parent | 74b5b9614a6379df646f823a25b9412715c676f5 (diff) | |
download | puppet-c6997b462d84a7b0fee441a27b052f9542961377.tar puppet-c6997b462d84a7b0fee441a27b052f9542961377.tar.gz puppet-c6997b462d84a7b0fee441a27b052f9542961377.tar.bz2 puppet-c6997b462d84a7b0fee441a27b052f9542961377.tar.xz puppet-c6997b462d84a7b0fee441a27b052f9542961377.zip |
catdap: Fix deps
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: |