aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/subsystem/vpn/pptp.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/vpn/pptp.pp b/manifests/subsystem/vpn/pptp.pp
index 16e8061..263faae 100644
--- a/manifests/subsystem/vpn/pptp.pp
+++ b/manifests/subsystem/vpn/pptp.pp
@@ -33,7 +33,7 @@ class nodo::subsystem::vpn::pptp(
owner => root,
group => dip,
mode => '0660',
- source => 'puppet:///modules/nodo/etc/ppp/peers/custom',
+ source => 'puppet:///modules/site_nodo/etc/ppp/peers/custom',
require => Package['pptp-linux'],
}
}