Skip to content

Commit

Permalink
Move to the custom SRComp branches for Smallpeice 2023
Browse files Browse the repository at this point in the history
See PeterJCLaw/srcomp#27 for more details.
  • Loading branch information
PeterJCLaw committed Aug 9, 2023
1 parent 4367f07 commit c21668a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/compbox/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
source => "git+${comp_source}/srcomp.git"
} ->
package { 'sr.comp.http':
ensure => $vcs_ensure,
ensure => 'smallpeice-2023',
provider => 'pip3',
source => "git+${comp_source}/srcomp-http.git"
}
Expand Down Expand Up @@ -211,7 +211,7 @@
mode => '0755'
} ->
vcsrepo { '/var/www/screens':
ensure => $vcs_ensure,
ensure => 'smallpeice-2023',
provider => git,
source => "${comp_source}/srcomp-screens.git",
user => 'www-data'
Expand Down

0 comments on commit c21668a

Please sign in to comment.