You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/profile/manifests/base.pp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@
36
36
}
37
37
38
38
# Ensure the correct chain of dependencies for APT
39
-
Apt::Source <| |> -> Apt::Ppa <| |> -> Class['apt::update'] -> Package <| title != 'gnupg' and title != 'python-software-properties' and title != 'software-properties-common' |>
39
+
Apt::Source <| |> -> Apt::Ppa <| |> -> Class['apt::update'] -> Package <| title != 'gnupg' and title != 'python-software-properties' and title != 'software-properties-common'and title != 'apt-transport-https'|>
40
40
41
41
# Add main, universe, multiverse and restricted repositories
0 commit comments