Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/venv-update
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''\
usage: venv-update [-hV] [options]
Expand Down
8 changes: 8 additions & 0 deletions modules/ocf_mirrors/manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
include ocf_mirrors::projects::ubuntu_ports
include ocf_mirrors::projects::videolan_ftp

package {
[
'linux-image-amd64',
'zfsutils-linux',
]:
install_options => ['-t', 'bullseye-backports'],;
}

package {
[
'prometheus-nginx-exporter',
Expand Down