Skip to content

Commit 696b1fd

Browse files
committed
Use the 1.26 release branch
1 parent 456f8a0 commit 696b1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifests/install/zoneminder.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
command => "git clone $zoneminder::params::zoneminder_source zoneminder",
55
cwd => "/usr/local/src",
66
creates => "/usr/local/src/zoneminder",
7-
before => Exec["checkout-kfir-proper"]
7+
before => Exec["checkout-release-1.26"]
88
}
99

10-
exec { "checkout-kfir-proper":
11-
command => "git checkout kfir-proper",
10+
exec { "checkout-release-1.26":
11+
command => "git checkout release-1.26",
1212
cwd => "/usr/local/src/zoneminder",
1313
before => File["/usr/local/src/zoneminder/configure.sh"]
1414
}

0 commit comments

Comments
 (0)