summaryrefslogtreecommitdiff
path: root/manifests/arch_ports.pp (unfollow)
Commit message (Collapse)Author
2023-09-27Remove profile arch_ports.Hugo Hörnquist
As of may 2023 Arch moved to a pure git setup, meaning that each package is now available as a separate repo. See link: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/SHCCCKHLIWPXPOIR5ARNJKSVWL2SSUO7/ diff --git a/manifests/arch_ports.pp b/manifests/arch_ports.pp index 2720ebe..16a8287 100644 --- a/manifests/arch_ports.pp +++ b/manifests/arch_ports.pp @@ -1,6 +1,8 @@ # "ports" tree for arch linux, providing all PKGBUILD sources for the # public repos. # https://archlinux.org/svn/ +# @deprecated +# class profiles::arch_ports ( String $location = '/usr/local/arch', ) {
2023-03-21arch_ports: fix resource type.Hugo Hörnquist
2022-02-09Add profile arch_ports.Hugo Hörnquist