Skip to content

Commit

Permalink
feat(hg): update package, move to noble
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobCoffee committed Jul 10, 2024
1 parent f18bb2d commit 3b37596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SERVERS = [
{:name => "consul", :codename => "noble"},
{:name => "docs", :codename => "noble"},
{:name => "downloads", :codename => "noble"},
"hg",
{:name => "hg", :codename => "noble"},
{:name => "loadbalancer", :codename => "noble", :ports => [20000, 20001, 20002, 20003, 20004, 20005, 20010]},
{:name => "mail", :codename => "noble"},
"moin",
Expand Down
2 changes: 1 addition & 1 deletion salt/hg/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ apache2:
pkg.installed:
- pkgs:
- apache2
- libapache2-mod-wsgi
- libapache2-mod-wsgi-py3
service.running:
- enable: True
- reload: True
Expand Down

0 comments on commit 3b37596

Please sign in to comment.