aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-05-16 10:33:21 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-05-16 10:33:21 -0300
commit9c4df50e84cfa067e80f22748b2cccb4070ab74f (patch)
treefb79f4b41e8648755cea8a417abed02be11fd4f2 /manifests/utils/network
parent148fff5f05474e531fe8e896b53aa79b679512f5 (diff)
downloadpuppet-nodo-9c4df50e84cfa067e80f22748b2cccb4070ab74f.tar.gz
puppet-nodo-9c4df50e84cfa067e80f22748b2cccb4070ab74f.tar.bz2
Typo
Diffstat (limited to 'manifests/utils/network')
-rw-r--r--manifests/utils/network/pptp.pp2
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,
}