We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f393a + 05860e6 commit 4f3be76Copy full SHA for 4f3be76
modules/compbox/manifests/init.pp
@@ -234,9 +234,9 @@
234
vcsrepo { '/var/www/livestream-overlay':
235
ensure => $vcs_ensure,
236
provider => git,
237
- source => "https://github.com/PeterJCLaw/livestream-overlay.git",
+ source => "https://github.com/srobo/livestream-overlay.git",
238
user => 'www-data',
239
- revision => '8a80c698452ccdb615b9aa4349aaa93e5e72fc8a',
+ revision => '11cb9c5ada58a6df4beb05356c6d04b4448e57d2',
240
} ~>
241
exec { 'install livestream-overlay dependencies':
242
command => '/usr/bin/npm install',
0 commit comments