Skip to content

Commit 4f3be76

Browse files
Merge pull request #2 from srobo/update-livestream-overlay
Update livestream overlay
2 parents 65f393a + 05860e6 commit 4f3be76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/compbox/manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,9 +234,9 @@
234234
vcsrepo { '/var/www/livestream-overlay':
235235
ensure => $vcs_ensure,
236236
provider => git,
237-
source => "https://github.com/PeterJCLaw/livestream-overlay.git",
237+
source => "https://github.com/srobo/livestream-overlay.git",
238238
user => 'www-data',
239-
revision => '8a80c698452ccdb615b9aa4349aaa93e5e72fc8a',
239+
revision => '11cb9c5ada58a6df4beb05356c6d04b4448e57d2',
240240
} ~>
241241
exec { 'install livestream-overlay dependencies':
242242
command => '/usr/bin/npm install',

0 commit comments

Comments
 (0)