aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-03-23 16:51:20 +0000
committerColin Guthrie <colin@mageia.org>2014-03-23 16:51:20 +0000
commit74b5b9614a6379df646f823a25b9412715c676f5 (patch)
tree0c688c0464c0e059f2461caa434e220c1647d6f9 /modules/catdap
parent9643919d77c272def67c43f7b5b2808b284f8dda (diff)
downloadpuppet-74b5b9614a6379df646f823a25b9412715c676f5.tar
puppet-74b5b9614a6379df646f823a25b9412715c676f5.tar.gz
puppet-74b5b9614a6379df646f823a25b9412715c676f5.tar.bz2
puppet-74b5b9614a6379df646f823a25b9412715c676f5.tar.xz
puppet-74b5b9614a6379df646f823a25b9412715c676f5.zip
catdap: Use a default value for the git branch
Diffstat (limited to 'modules/catdap')
-rw-r--r--modules/catdap/manifests/snapshot.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/catdap/manifests/snapshot.pp b/modules/catdap/manifests/snapshot.pp
index d087596f..bea12c15 100644
--- a/modules/catdap/manifests/snapshot.pp
+++ b/modules/catdap/manifests/snapshot.pp
@@ -1,4 +1,4 @@
-define catdap::snapshot($location, $git_location, $git_branch) {
+define catdap::snapshot($location, $git_location, $git_branch = 'master') {
file { "$location/catdap_local.yml":
group => apache,
mode => '0640',