diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-16 10:33:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-16 10:33:21 -0300 |
commit | 9c4df50e84cfa067e80f22748b2cccb4070ab74f (patch) | |
tree | fb79f4b41e8648755cea8a417abed02be11fd4f2 /manifests/utils/network/pptp.pp | |
parent | 148fff5f05474e531fe8e896b53aa79b679512f5 (diff) | |
download | puppet-nodo-9c4df50e84cfa067e80f22748b2cccb4070ab74f.tar.gz puppet-nodo-9c4df50e84cfa067e80f22748b2cccb4070ab74f.tar.bz2 |
Typo
Diffstat (limited to 'manifests/utils/network/pptp.pp')
-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, } |