aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',