diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/utils/network/pptp.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/network/pptp.pp b/manifests/utils/network/pptp.pp index 6ba0e8e..1a9a25d 100644 --- a/manifests/utils/network/pptp.pp +++ b/manifests/utils/network/pptp.pp @@ -1,4 +1,4 @@ -class nodo::utils::network:pptp { +class nodo::utils::network::pptp { package { 'pptp-linux': ensure => installed, } |