Compare commits

..

2 Commits

Author SHA1 Message Date
bcd6274afd
fix(opensuse): pkgrepo.absent TypeError
Repository can only be removed by name, other fields cause del_repo() to
fail.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-30 04:54:40 +01:00
9ec7ed2b31
feat(opensuse): optional openSUSE devel repository
All modern openSUSE releases (Leap 15.x, Tumbleweed) ship nginx in the
default repositories. The devel repository should not be used unless the
user knows what they are doing.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
2023-01-30 04:54:40 +01:00

View File

@ -26,7 +26,7 @@ nginx:
# Use openSUSE devel (server:http) repository to install nginx. # Use openSUSE devel (server:http) repository to install nginx.
# If not set, the server_http repository will be removed if it exists. # If not set, the server_http repository will be removed if it exists.
install_from_opensuse_devel: false install_from_opensuse_devel: false
# Source install # Source install
source_version: '1.10.0' source_version: '1.10.0'