summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:24:07 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-03-21 15:24:07 +0100
commit9ee247f51d5476b51bf020419ec8b0ed77c6ba51 (patch)
tree711a68a02834f564e4c1d4af6abed3fb9a5a9ea8 /manifests
parentAdd lightdm. (diff)
downloadprofiles-9ee247f51d5476b51bf020419ec8b0ed77c6ba51.tar.gz
profiles-9ee247f51d5476b51bf020419ec8b0ed77c6ba51.tar.xz
arch_ports: fix resource type.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/arch_ports.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/arch_ports.pp b/manifests/arch_ports.pp
index bb6df0d..2720ebe 100644
--- a/manifests/arch_ports.pp
+++ b/manifests/arch_ports.pp
@@ -6,7 +6,7 @@ class profiles::arch_ports (
) {
[ 'packages', 'community' ].each |$repo| {
- vcs_repo { "${location}/${repo}":
+ vcsrepo { "${location}/${repo}":
ensure => present,
provider => 'git',
source => "https://github.com/archlinux/svntogit-${repo}",