summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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}",