From 74b5b9614a6379df646f823a25b9412715c676f5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 23 Mar 2014 16:51:20 +0000 Subject: catdap: Use a default value for the git branch --- modules/catdap/manifests/snapshot.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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', -- cgit v1.2.1