summaryrefslogtreecommitdiff
path: root/manifests/arch_ports.pp (follow)
Commit message (Collapse)AuthorAge
* Remove profile arch_ports.Hugo Hörnquist2023-09-27
| | | | | | | | | | | | | | | | | | | | | 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', ) {
* arch_ports: fix resource type.Hugo Hörnquist2023-03-21
|
* Add profile arch_ports.Hugo Hörnquist2022-02-09